This topic has 1 reply, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #55318
     rian80
    Participant

    Is there a way through the theme settigns to change the font color for h1, h2, … , p? I can see that I can update font sizes and weights, but not colors. I like this theme and am using it as my main starter theme now, but to change the colors on the headings I have to use CSS and select #main .main-color h1, etc. It seems like this would be something I could just change in the theme settings, but I can’t find it anywhere. Please let me know if this is correct or if I’m just totally overlooking that setting. Thanks!

    #55411
     Radu
    Moderator

    Hello,

    Unfortunately this functionality is not available yet, and will be added in KLEO 3.0 which will be released next month.

    You can match the elements via CSS something like that :

    COPY CODE
    
    .template-page h1 {color:red !important;}
    .template-page h2 {color:yellow !important;}
    .template-page h3 {color:green !important;}
    .template-page h4 {color:tomato !important;}
    .template-page h5 {color:blue !important;}
    .template-page h6 {color:gray !important;}
    

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?