Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #860590

    Perhabs very simple, but i have 1 menu item that is boxed, now its grey, i need the box to be red.
    Can you help me with the code ?

    #860876

    Hey BPC,

    Please try the following in Quick CSS under Enfold->General Styling:

    #menu-item-3983 .avia-menu-text {
      background-color:red !important;
      border-color:red !important;
    }

    Best regards,
    Rikard

    #860887

    Thanks, almost right.

    No the 2 items in the sub menu are also red, i only het need the first item to be red.

    #860998

    Hi,

    Ok, thanks for the feedback. Please try this instead:

    #menu-item-3983 > .avia-menu-text {
      background-color:red !important;
      border-color:red !important;
    }

    Best regards,
    Rikard

    #861023

    Nope, that doesn’t work. Now it is grey again

    #861349

    Hi,

    Ok, try this instead:

    #menu-item-3983 .avia-menu-text {
      background-color:red;
      border-color:red;
    }
    
    #menu-item-3983 .sub-menu .avia-menu-text {
      background-color:white;
      border-color:transparent;
    }

    Best regards,
    Rikard

    #861843

    Nope, still grey

    #861844

    I fixed it, with this code

    #menu-item-3983 .avia-menu-text {
      background-color:red!important;
      border-color:red!important;
    }
    
    #menu-item-3983 .sub-menu .avia-menu-text {
      background-color:white!important;
      border-color:transparent;
    }
    #862220

    Hi,

    Great, glad you found a solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1013535

    nevermind

    • This reply was modified 6 years, 2 months ago by BPC.
    #1013596

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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