- This topic has 5 replies, 2 voices, and was last updated 6 years, 8 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Perfect Forum › Two line Tagline
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
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
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
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
Thank you…that worked perfect!
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
Promising WordPress Themes We have collected the most promising WordPress themes to guarantee the sustainable and revenue generating nature of your website revolving around any […]
Free WordPress Google Map Plugins Google Maps are the maps that can be integrated into your website to show the address in the proper way. […]
Sitecore to WordPress Migration When you want to grow your business, your Sitecore CMS platform can sometimes seem complex and expensive. Then, you need a […]