-
AuthorPosts
-
November 7, 2018 at 12:57 pm #1030838
Hello,
I can’t change the color of the category and product page displayed
Is there a solution to improve the presentation of the selected pages in this shop menu?
Either by changing the color of the pages displayed in orange
Either by adding a colored background on the menu for more clarityThank you for your advice
Sincerely
Christophe
November 7, 2018 at 7:50 pm #1030966Hey zemag33,
These are all things that can be adjusted via css. Are you just looking to remove the orange in the price, titles, etc.???
Best regards,
Jordan ShannonNovember 7, 2018 at 8:09 pm #1030982This reply has been marked as private.November 9, 2018 at 4:49 pm #1031712Hey,
Could you please post a screenshot showing the changes you would like to make so we can make sure we are on the same page?
You can upload your screenshots on imgur.com or Dropbox public folder and post it there :)Regards,
YigitNovember 9, 2018 at 9:35 pm #1031836This reply has been marked as private.November 14, 2018 at 10:11 am #1033398This reply has been marked as private.November 14, 2018 at 2:15 pm #1033503Hi,
Thanks for the update. This css code should change the color of the current category item.
.current-cat.cat-parent a { color: red; }Best regards,
IsmaelNovember 14, 2018 at 2:30 pm #1033508This reply has been marked as private.November 14, 2018 at 4:01 pm #1033534This reply has been marked as private.November 15, 2018 at 9:05 am #1033844Hi,
Adjust the code a bit:
.sidebar .current-cat a, .sidebar .current-cat .children li a { color: orange; }Don’t forget to remove the browser cache prior to checking the page.
Best regards,
IsmaelNovember 16, 2018 at 3:46 pm #1034480This reply has been marked as private.November 19, 2018 at 5:29 am #1035004Hi,
Thanks for the update.
This code overrides that css modification.
.sidebar .widget a { color: #011424; }Did you add that? You can adjust the css code a bit, so it takes priority.
.sidebar .widget .current-cat a, .sidebar .widget .current-cat .children li a { color: orange !important; }Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.
