Change menu colour

Home Forums Jevelin Theme Change menu colour

Home Forums Jevelin Theme Change menu colour

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
  • Bubblescreations
    Participant

    Hi,

    I want to change the menu colour. I change it in theme settings see subject, but het menu still have the pink colour? See screenhot:

     

    Attachments:
    You must be logged in to view attached files.

    Hi @Bubblescreations,

     

    I hope you are well today and thank you for your question.

     

    Could you please share your site URL where it’s happening so that I can troubleshoot it?

     

    Best regards,
    Shufflehound team

    Are you referring to the filter color displayed on your website as shown in the attached screenshot?

     

    If yes then you can change its color using Yellow Pencil editor as described in the below page.

     

    https://support.shufflehound.com/how-to-change-almost-any-element/

     

    Attachments:
    You must be logged in to view attached files.

    Bubblescreations
    Participant

    I mean the menucolour, it s standard pink? Where can i change that? With Yellow pencil editor you can edit pages.

    I don’t see your website menu in pink color as shown in the attached screenshot.

     

    Please advise.

    Attachments:
    You must be logged in to view attached files.

    Bubblescreations
    Participant

    I mean the option from de portfolio menu. They are still pink. See screenshot.

    You can change its color using the Yellow Pencil editor as described in the below page.

     

    https://support.shufflehound.com/how-to-change-almost-any-element/

    Bubblescreations
    Participant

    Hi, I try to use the yellow pencil, but i if i click on portfolio item in menu. The yellow pencil from pink to blue. Everyting gets blue. See screenshots.

    Attachments:
    You must be logged in to view attached files.

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-filter-container .sh-filter-item:hover .sh-filter-item-content,
    .sh-filter-container .sh-filter-item.active .sh-filter-item-content {
        background: #330033 !important;
    }

    Bubblescreations
    Participant

    Hi, updated. But still pink.

    Attachments:
    You must be logged in to view attached files.

    Please try changing the above shared CSS code as below.

     

    #page-container .sh-filter-container .sh-filter-item:hover .sh-filter-item-content,
    #page-container .sh-filter-container .sh-filter-item.active .sh-filter-item-content {
        background: #330033 !important;
    }
Viewing 12 posts - 1 through 12 (of 12 total)