lindsay1 Posted June 14, 2022 Share Posted June 14, 2022 Site URL: http://tellicolake.com I have added a logo tagline to my site but I need it to always appear. I'm using Maple Inn template. Is there a custom CSS code to make it appear? I tried the following below but nothing changed. /* Add tagline */ h1.logo.logo-text a:after { content: "Tagline"; display: block; font-size: 1.5rem; } Link to comment
lindsay1 Posted June 14, 2022 Author Share Posted June 14, 2022 Actually i figured it out in DESIGN > STYLES > Tagline Position (select a position rather than "hide") however it does not show up in mobile view. Does anyone know how to make the tagline show up on a phone? Link to comment
tuanphan Posted June 15, 2022 Share Posted June 15, 2022 Add to Design > Custom CSS a.Mobile-bar-branding:after { content: "Tagline"; display: block; font-size: 1.5rem; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
lindsay1 Posted June 15, 2022 Author Share Posted June 15, 2022 THANK YOU!!!! Perfect! It said "tagline" rather than the tagline, but I edited it to: a.Mobile-bar-branding:after { content: "River Rock Real Estate Group, Inc 865.635.9706"; display: block; font-size: 1.0rem; } Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment