Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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!

    #806868

    Hey 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,
    Rikard

    #806976

    Hello 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.

    #807249

    Hi,

    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,
    Rikard

    #807291

    Hello 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.

    #807452

    Hi,

    What exactly are you looking to change and how?

    Best regards,
    Rikard

    #807856

    Hello 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!

    #807935

    Hi,

    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,
    Rikard

    #807974

    Thank you Rikard, everything goes well now!
    I’m very gratefull. Thanks

    #808106

    Hi,

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Color on widget area’ is closed to new replies.