Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #391388

    Hello all,

    I’ve been working on a website and we had to use a Custom Page Template. The problem is that when viewing the page in question CSS (links and colors) seem to be different than other pages.

    #391645

    Hi simplesolutionsgr!

    Please add following code to Quick CSS

    .main_color a, .main_color .widget_first, .main_color strong, .main_color b, .main_color b a, .main_color strong a, .main_color #js_sort_items a:hover, .main_color #js_sort_items a.active_sort, .main_color .av-sort-by-term a.active_sort, .main_color .special_amp, .main_color .taglist a.activeFilter, .main_color #commentform .required, #top .main_color .av-no-color.av-icon-style-border a.av-icon-char {
    color: #0d12a3!important;
    }

    Cheers!
    Yigit

    #391659

    Nice, that did the trick, I just wondered if there was something wrong with my CPT (which might be wrong eitherway…)

    Thank you very much!

    #391661

    Hey!

    No, it is fine but you have inline styles – http://i.imgur.com/KSwRKr6.png that is why colors were not matching, adding !important rule overrides it :)
    Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.