Sidebar color 444444 !important

Home Forums Jevelin Theme Sidebar color 444444 !important

Home Forums Jevelin Theme Sidebar color 444444 !important

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • staterequirement
    Participant

    I am trying to create a button in my sidebar with the standard white text, but there seems to be a class overriding my color.

     

    The page is https://staterequirement.com/how-to-get-a-job-in-insurance

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

    Hi @staterequirement,

     

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

     

    You can change 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

     

    #sidebar span.sh-button-text {
        color: #FFF !important;
    }

     

    Best regards,
    Shufflehound team

    staterequirement
    Participant

    Is there any way that I can get rid of that #444444 !important statement?

     

    I can’t find it in the jevelin CSS file.  It’s really getting in the way of many things in the sidebar.

    If you make changes in the theme file to remove the CSS code then you have to make these changes again after theme updation as changes made in the theme files get lost on theme updation.

     

    You can just overwrite it developing custom CSS code as shared above.

Viewing 4 posts - 1 through 4 (of 4 total)