• I’m using Ascension theme.
    In the Site Identity area I want to change the tagline to three lines (its only one at the moment).
    What is the exact coding I need (I know next to nothing about coding).
    Also how do I make the logo bigger and the site title bigger
    Many thanks
    Helen

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Helen,

    Can you please try this code,
    /* START OF Adding a multi-line tagline */
    .site-description:before {
    content: “This is an extra tagline above the existing Tagline”;
    display: block;
    text-align: right;
    }
    .site-description:after {
    content: “This is an extra tagline below the existing Tagline”;
    display: block;
    text-align: right;
    }
    /* END OF Adding a multi-line tagline */
    For making the logo bigger and the site title bigger please go to the theme customizer where you can customize your theme.
    Hope this will help!

    Thanks.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Moved to Fixing WordPress, this is not a Requests and Feedback topic.

    Thread Starter ip2019hs

    (@ip2019hs)

    Many thanks Shru21 – it worked!
    Have a wonderful day.
    Helen

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change tagline to multiple lines’ is closed to new replies.