Tagged: Custom Page Templates
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.
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
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!
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