Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #853912

    HI,

    Could you post a list of all css classes I need to change
    a, background color of main headers on all devices
    b, font color of all elements in header area
    c, font color of highligted menuitem
    d, background color of submenu that shows when you hover over a menuitem with submenuitems

    Thank you

    #853962

    Hi,

    1- Please go to Enfold theme options > Advanced Styling and edit “All Headings (H1-H6)”
    2- Please go to Enfold theme options > General Styling > Logo Area. You can find additional options in Enfold theme options > Advanced Styling.
    3- Please go to Enfold theme options > Advanced Styling and edit “Main menu links” and check “Apply only to mouse hover state”.
    4- Please go to Enfold theme options > Advanced Styling and edit “Main Menu sublevel Links” and check “Apply only to mouse hover state”.

    You are welcome :)

    Regards,
    Yigit

    #854006

    I would like to specificly change all headers on certain pages via page-id.
    So the Options-general Styling is not much help.

    thx

    #854355

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .page-id-59 h1,.page-id-59 h2,.page-id-59 h3,.page-id-59 h4,.page-id-59 h5,.page-id-59 h6 {
        color: orange !important;
    }
    

    Best regards,
    Yigit

    #854440

    Doesnt this change all the headlines?

    I am talking about the fonts specificly in the header are, like the main menu navigation and the social media icons, same as the icon for the search

    • This reply was modified 6 years, 7 months ago by fabienneRedUmb. Reason: Added specific information
    #854497

    Hi fabienneBESD,

    Did you mean to make the menu links orange?

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .main_menu ul:first-child > li > a,  .header_color .main_menu ul:first-child > li.current-menu-item > a,
     .header_color .main_menu ul:first-child > li.current_page_item > a, 
     .main_menu ul li  a * {
      color: orange;
    }
    .main_menu .sub-menu span.mega_menu_title.mega_menu_title a {
      color: orange !important;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #854501

    No, not orange, but i can adjust the color to my liking, thank you for the id selectors.

    #854508

    Could you let me know which id selectr changes what here:

    a, background color of main headers on all devices
    b, font color of all elements in header area
    c, font color of highligted menuitem
    d, background color of submenu that shows when you hover over a menuitem with submenuitems

    Thank you, much appreciated.

    #854510

    Oh – and the provided code does not change the icon color of the social media and search icons.

    #854943

    Hi fabienneBESD,

    Oh – and the provided code does not change the icon color of the social media and search icons.

    no it does not. It’s just for the menu.

    As for your previous reply,

    a, background color of main headers on all devices

    not very clear, you need to be more specific.

    You can check any selector in the DevTools in Chrome

    Best regards,
    Victoria

    #855019

    I found most selectors, but not the one changing the hover effect. If you could provide at least that one, that would be extremely helpful.

    #855266

    Hi fabienneBESD,

    To find hover rules in DevTools you pick an element in the Elements tab, you see the 3 dots on the left, press on them and there you can change the element state and see the rules for it. More details in private.

    If you don’t find what you need, please write the specific elements you need the hover for.
    Best regards,
    Victoria

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