This topic has 4 replies, 2 voices, and was last updated 8 years by Groubee2.

  • Author
  • #109698
     Groubee2
    Participant

    Hi

    How to change text color on Knowledge Base menu, Title and Content under article? See attached image!

    Menu:  RET, HISTORY, ADVANCED

    Title

    Content

    Cheers

    Tonny

    Attachments:
    You must be logged in to view attached files.
    #109859
     Radu
    Moderator

    Hi,

    Tell me if is not ok.

    COPY CODE
    
    .sq_frontedit_action:not(.save) {
        color: Red !important;
    }
    .sq_frontedit_action:not(.save):before { color:red; }
    
    

    cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #109869
     Groubee2
    Participant

    Hi @Radu

    Under “Edit” KB item

    …the text “Title” and “Content” still needs to be change to white and maybe into a h2?

    See image

    Attachments:
    You must be logged in to view attached files.
    #110011
     Radu
    Moderator

    Hi,

    Here is the css, is more easy to increase font size instead to change the heading.

    COPY CODE
    
    .sq_frontedit h4 {
        color: #fff !important;
        font-size: 1.4em;
    }
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #110013
     Groubee2
    Participant

    Thanks a lot!

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

The forum ‘Theme options & Demo content’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?