This topic has 8 replies, 5 voices, and was last updated 8 years, 3 months ago by lamountainmarketing.
Viewing 9 posts - 1 through 9 (of 9 total)
Hi, i have updated the colors in the theme options Styling to not be the pink/purple theme color but it still shows. I’d like to replace that color with #800000. Please see screenshot. Website: http://www.amwsitedesigns.com/lrg/peoples2/

Those are inline styling that has to be changed manually inline. Like as you shown in the above screenshot. The underline below the Our Team is inline color code we have used it while generating the theme. So you need to edit that page and find the Our Team shortcode in that page and change its color.
So the menu active link font color is controlled by your theme color. Here’s some code I used to modify that and the top bar above it:
/* Menu Top Border */
.sf-menu > li > a:after {
background-color: #1C5F63
!important;
display:none;
}
/* change active menu color */
.sf-menu li.current_page_item > a,
.sf-menu li.current-menu-item > a,
.sf-menu li.current_page_ancestor > a,
.sf-menu li.current-menu-ancestor > a {
color: #1C5F63;
font-style:italic;
}
Writting this code in the aditional CSS is working fine. Thanks for your contribution π
@lamountainmarketing – I will be deleting your post as it’s not in storeup. It’s in the Labora.
Could have at least given me a minute to copy-paste my question into the right area……..Itβs still something I would like addressed.
Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.