Two line Tagline

Home Forums Perfect Forum Two line Tagline

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #106280
    dddd
    Participant
    • Topics: 40
    • Replies: 44
    • Total: 84
    Member since: December 15, 2016

    Hi, I’m working with the Perfect theme and would like to create a two-line tagline. How can I do this? website: www.sacautoshow.com/sas

    Thank you in advance.
    Regards,
    Diane

    #106329
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .logo .desc { font-size:16px;}
    }

    Regards,
    Chris

    #106425
    dddd
    Participant
    • Topics: 40
    • Replies: 44
    • Total: 84
    Member since: December 15, 2016

    Hi,
    I don’t think I explained myself well enough… what I’d like to do is create a two-line tag line that says:
    First line: October 19, 20, & 21, 2018 | Cal Expo
    Second Line: Friday 10-9 • Saturday 10-8 • Sunday 10-6

    I resized the font already in the custom CSS. Normally, I would create a child theme and manually force the tagline to do what I want. But the header.php is not the normal set up I’m use to and I don’t want to ‘break’ the theme.

    Thank you again.
    Diane

    #106478
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .desc::after {
        position: relative;
        display: block;
        content: "Friday 10-9 • Saturday 10-8 • Sunday 10-6";
    }

    Regards,
    Chris

    #106987
    dddd
    Participant
    • Topics: 40
    • Replies: 44
    • Total: 84
    Member since: December 15, 2016

    Thank you…that worked perfect!

    #107032
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi Diane,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/19/

    Regards,
    Chris

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