Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #71438
    prairiecelt
    Participant
    Premium Member

    Hi all,

    I need to add a second line to my tagline – likely somehow it involves CSS but I don’t know what or where to add

    Thanks!

     

    #71442
    vako
    Keymaster
    WP Royal Team

    Hi,

     

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

    .site-description:after {

    content:”Testing“;

    display: block;

    margin-top: 10px;

    }

    Inseated of “Testing” enter your own text.

     

    Kind Regards

    #71444
    prairiecelt
    Participant
    Premium Member

    Thanks!

    #71448
    vako
    Keymaster
    WP Royal Team

    You’re welcome! If you have any more questions or need further assistance, feel free to ask. I’m here to help. Best of luck with your website customization!

     

    Kind regards

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