Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #61882
    HerbHert
    Participant
    Premium Member

    Is it possible to give the fonts for title and subtitle a background color (= header front page)? Thank you

    #61889
    vako
    Keymaster
    WP Royal Team

    Hi Herbert,

     

    It’s not possible with the theme options but we can create custom CSS snippets for you, please share colour you want to be added and also your website URL.

     

    Kind Regards

    #61891
    HerbHert
    Participant
    Premium Member
    This reply has been marked as private.
    #61899
    vako
    Keymaster
    WP Royal Team

    Hi Herbert,

     

    At first, sorry for the late reply, we had holidays.

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .header-logo h1 {
    
    background-color: #000;
    
    padding: 10px;
    
    }
    
    .site-description {
    
    background-color: #000;
    
    padding: 5px;
    
    }

     

    Kind Regards

    #61907
    HerbHert
    Participant
    Premium Member

    Great! Thank you so much for your support!

    #61909
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.