I’m trying to change colour at my site (see links) of the grey bar on the ‘pages’ (men display bar underneath main menu) and turn it into baby blue colour.
Have inspected element and changed colour to following and tried putting this into quick CSS, but not sure what EXACTLY I should be putting in as it’s not updating the colour.
element.style {
}
xxxx.co.uk/media=”all”
.alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content, .alternate_color .av-share-box ul, #top .alternate_color .av-related-style-full .related-format-icon, .alternate_color .related_posts.av-related-style-full a:hover, .alternate_color.avia-fullwidth-portfolio .pagination .current, .alternate_color.avia-fullwidth-portfolio .pagination a {
background-color: #BAD2E8;
color: #ffffff;
}
Hey ef2020!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main {
border-color: #BAD2E8;
}
If that does not help, please post a screenshot and show the changes you would like to make so we can make sure to provide you correct CSS code. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Cheers!
Yigit