Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #320289

    I am using a transparent header and one of my menu items has a drop down sub menu. can I change the background color to be transparent?

    #320545

    Hi randoloid!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .header_color .main_menu .menu ul li a, .header_color .main_menu ul ul {
    background-color: transparent!important;
    }

    Best regards,
    Yigit

    #320579

    Thank you, That is working for the transparent header pages. Is there a way to apply this style only to pages with the transparent header?

    #320585

    Hi!

    Please try using following code instead

    .html_header_transparency .header_color .main_menu .menu ul li a, .html_header_transparency .header_color .main_menu ul ul {
    background-color: transparent!important;
    }

    Best regards,
    Yigit

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