-
AuthorPosts
-
June 12, 2017 at 9:35 am #806787
Hello,
I would like to customize the color of the personalize menus located in a widget area in a page of my website.
I was looking for the solution but I didn’t find anyone. I would like to put the text and the border in this color: #e782a9
I have another widget area in other page, so it’s very important to change only the color in the link that I put below in private content, not in all the items with the same characteristics.
Thank you very much!June 12, 2017 at 1:11 pm #806868Hey Tonicobertera,
I’m not sure I understand exactly what you would like to change, could you point it out in a screenshot please?
Best regards,
RikardJune 12, 2017 at 5:43 pm #806976Hello Rikard,
Yes, of course, here you have a screenshot.
These are the text and the borders I would like to change.
Thank you so much.June 13, 2017 at 6:19 am #807249Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-1858 #nav_menu-4 .widgettitle { color:green; } .page-id-1858 #nav_menu-4 ul li { border-color:purple; }
Best regards,
RikardJune 13, 2017 at 9:14 am #807291Hello Rikard,
I added that css for both menus, but in nav_menu-3 doesn’t work…
Menu 4 is OK..page-id-1858 #nav_menu-3 .widgettitle {
color: #e782a9 !important;
}.page-id-1858 #nav_menu-3 ul li {
border-color: #e782a9 !important;
}.page-id-1858 #nav_menu-3 a {
color: #e782a9 !important;
}Do you know how could I solve it?
Thank you very much.June 13, 2017 at 2:02 pm #807452June 14, 2017 at 9:11 am #807856Hello Rikard,
Here you are the text I would like to change the color…
I tried with the css you gave me and it doesn’t work in this case… :S
Many thanks!June 14, 2017 at 12:45 pm #807935Hi,
Thanks for that, please try this instead:
.page-id-1858 #nav_menu-4 .widgettitle, .page-id-1858 #nav_menu-4 ul li a { color:#EA93B4 !important; }
Best regards,
RikardJune 14, 2017 at 1:57 pm #807974Thank you Rikard, everything goes well now!
I’m very gratefull. ThanksJune 14, 2017 at 5:36 pm #808106Hi,
We’re glad that Rikard was able to help you.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Thank you for using Enfold!
Sarah -
AuthorPosts
- The topic ‘Color on widget area’ is closed to new replies.