Okay
  Public Ticket #1505270
Color of selected menu item
Closed

Comments

  •  2
    fardune started the conversation

    Dear Laborator,

    I can't seem to find the option to remove the color of the selected menu item in the heading (now yellow in the Construction demo). 

    Also, how can I change the border color of the widgets on the blog page? Now the border surrounding the widgets (Search site, recent Posts, Archive, ...) is also yellow...

    See attach.

    Thanks in advance,

    Best,

    Roy.

  • [deleted] replied

    Hi Roy,

    Please go to your Custom CSS area, and from this CSS code:

    li.current-menu-item a span {
        background: #f7c016;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    you can remove the :

    background: #f7c016;

    Thanks and have a great weekend!

  •  2
    fardune replied

    Thanks! Works perfectly.

    Were you also able to take a look at how I can edit the border colour of the blog widgets?

    Cheers,

    Roy.

  • [deleted] replied

    Hi Roy,

    This is the area on your Custom CSS:

    .widget-area--skin-background-fill>.widget {
        border-left: 2px solid #f7bf16;
        border-top: 2px solid #f7bf16;
        background: transparent;
    }

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance!

    Have an amazing weekend!

    Will set this ticket as solved from here.

  •  2
    fardune replied

    Perfect! Thanks and have an amazing weekend as well. ;-)

  • [deleted] replied

    Hi fardune,

    Thanks! Enjoying our theme? Head over to your Downloads tab and give it 5 stars. We will love you forever.

    Will set this ticket as solved from here.