1. bunsworth
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 27 June 2016
  5.  Subscribe via email
Template Central
http://siteground167.com/~bonnieun/expressivedesignsinc.com/interior_designer/
1) Background color in logo area and menu area needs to be white. Currently I have the header background at ffffff but that is not effecting either.
2) I need to tighten the space above & below the logo
3) I need to tighten the space above & below the menu
4) Corners on the Grid gallery need to be square not curved.
Your help is very appreciated.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

1./2. To amend try adding the following to the Custom CSS field of your templates parameters...


#logo {
background-image: none;
padding: 10px 0;
}


3. To amend try also adding the following to the Custom CSS field of your templates parameters...


.hornav > ul > li {
padding: 0 20px 20px;
}
.hornav ul.menu li [class^="fa-"]::before, .hornav ul.menu li [class*=" fa-"]::before {
margin-bottom: 0;
}


4. Also in the Custom CSS field...


.j51gridgallery figure {
border-radius: 0;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Wonderful. I know I will have use for these in the future.

One more thing I forgot-
I need to get rid of the line that runs across the page between the logo and the menu.

Normally my clients are not this picky.
http://siteground167.com/~bonnieun/expressivede...m/interior_designer/
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters...


.hornavmenu-bottom {
background-image: none;
border-top: medium none;
box-shadow: none;
}
#logo {
box-shadow: none;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!