1. bunsworth
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 11 January 2017
  5.  Subscribe via email
This is the code I have on the home page style which works. I applied it to two other styles which are not working. In Products & Default styles.
http://imagineit2.com/precast_concrete/index.php (is the link to my work)
}
#hornav > ul > li > a {
font-size: 19px;
font-weight: bold;
}

Also I need to change the font awesome color in the main menu. I tried a code you suggested for another member which did not work. Here it is:
}
.hornav ul.menu li [class^="fa-"]::before, .hornav ul.menu li [class*=" fa-"]::before {
color: blue;
}
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

1. What are you trying to achieve with your CSS? The CSS appears to be applied on your URL (bold with 19px font-size).

2. To amend try adding the following to the Custom CSS field of your templates parameters (edit to taste)...

#hornav ul.menu li [class^="fa-"]::before, #hornav ul.menu li [class*=" fa-"]::before {
color: #000000;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Great help-Thanks.:D
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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