Okay
  Public Ticket #3186632
Menu Icon colour
Closed

Comments

  •  17
    mk401 started the conversation

    Is there a control to change the individual icon colours, or can I only nominate a single colour for all from within the theme?

    Attached files:  Screenshot 2022-12-12 205251.png

  •  8,839
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   mk401 replied privately
  •  1,877
    Judith replied

    Hi There,

    Please send the.htaccess login details for your site:

    9755520893.png

    Thanks.

  •   mk401 replied privately
  •  2,958
    Andrew replied

    Hi mk401,

    Thank you for getting back to us.

    To clarify, should all the buttons on these pages have the same color? If not, could you please let us know what colors you'd want for each button so we can go ahead and advise on this?

    We look forward to your feedback.

    Thanks,

  •  17
    mk401 replied

    Hi, each icon should match the colour of the text. Those colours are listed in order below
    #6042EC
    #E32D6D
    #FF7557
    #F8BC3B


  •  2,958
    Andrew replied

    Hello again,

    Hi Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    li#menu-item-906 svg {
        color: #6042EC;
    }
    li#menu-item-905 svg {
        color: #E32D6D;
    }
    li#menu-item-904 svg {
        color: #FF7557;
    }
    li#menu-item-903 svg {
        color: #F8BC3B;
    }
    

    Thanks


  •  17
    mk401 replied

    This worked thank you.