Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #880893

    Hello,
    I’ve added the code to get the current page in bold in my menu while other menu item are regular. But I’d like to change the color of the current page but I don’t manage to do it :

    #header .current-menu-item a {
      font-weight: 400 !important;
    color: red !important;
    }

    And also, I’d like to replace the vertical separator with a small image. How can I do this ?
    Tx guys for your help !!
    Marine

    #881026

    Hey newki75,

    Please, can you provide the link of the page that you’re talking in the question?

    Best regards,
    John Torvik

    #881199

    Sure ! Please find the access below

    #881343

    Hi Marine,

    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

    
    #top #header .av-main-nav > li.current-menu-item a .avia-menu-text {
      color: red;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #881649

    Tx a lot ! And is there a simple way to replace the vertical separator between 2 menus items with a small image?
    Tx Victoria

    #881719

    Hi Marine,

    We could try. Do you have that image uploaded already?

    Best regards,
    Victoria

    #881858
    This reply has been marked as private.
    #882000

    Hi Marine,

    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

    
    .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
      border: none;
    }
    .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text:before {
      content: url(https://chaudun.com/wp-content/uploads/2017/11/lozenge.png);
      padding-right: 5px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #882014

    Tx a lot Victoria, it’s awesome !
    You can close the case :-)

    #882027

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Hader replace separator + curent page other color’ is closed to new replies.