Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #60850
    Toni Johnson
    Participant
    Premium Member

    Hello,

    I  would like to use custom CSS to be able to alter certain text attributes on my logo and tagline. I have some familiarity with CSS and HTML and I’d like to play with those sections more in depth than the “Typography” section in theme customization allows.

    I’d like to be able to set a different font for the tagline, so that it doesn’t match logo font. I would also like to put a background color span element on the tagline text, and maybe the logo as well. Regardless, I’d like to have the option to edit my logo text and tagline text separately.

    Could I get a template CSS snippet for adding attributes to those areas of text? Thank you so much!

    #60854
    vako
    Keymaster
    WP Royal Team

    Hi Toni,

     

    At first, thank you for choosing our theme and service.

    Please share styles you want to add to your website or section and we will create CSS snippets, after that, you will be able to easily rewrite the snippets we share and make changes.

     

    Kind Regards

    #61002
    Toni Johnson
    Participant
    Premium Member

    Hello,

    Thank you for your reply.

    Firstly, I would like to be able to set the tagline to an entirely different font from the logo text font.

    Secondly, I’d like to add a background color to the tagline text that spans the text only.

    Thirdly, I would also like to see what a background color behind the tagline text looks like at full width of the header element. Essentially that would create a background color “stripe” or rectangle across my header image, with the tagline text on top.  Is this easily achievable?

    Thanks again for you time.

     

    #61006
    vako
    Keymaster
    WP Royal Team

    Hi Toni,

     

    Please share the font name, colour you want to be added and the site URL and we will check for possible solutions.

     

    Kind Regards

    #61117
    Toni Johnson
    Participant
    Premium Member
    This reply has been marked as private.
    #61127
    vako
    Keymaster
    WP Royal Team

    Hi Toni,

     

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

    .site-description {
    
    font-family: 'Helevetica' !important;
    
    background-color: #fff;
    
    color: #000;
    
    }

     

    Kind Regards

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