Home › Forums › Perfect Forum › Two line Tagline
- This topic has 5 replies, 2 voices, and was last updated 5 years ago by
Forum Moderator.
-
AuthorPosts
-
August 27, 2018 at 5:48 pm #106280
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,
DianeAugust 28, 2018 at 1:07 pm #106329Hi,
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,
ChrisAugust 29, 2018 at 4:46 pm #106425Hi,
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-6I 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.
DianeAugust 30, 2018 at 11:55 am #106478Hi,
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,
ChrisSeptember 5, 2018 at 9:04 pm #106987Thank you…that worked perfect!
September 6, 2018 at 11:50 am #107032Hi Diane,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/19/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.