Home › Forums › All Other Themes › Logo and site name
- This topic has 9 replies, 2 voices, and was last updated 6 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
February 27, 2018 at 1:01 pm #95195
Hi
I know I just asked how to ensure the tag line was removed but trying things out here and I was wondering if I can have the site name and tagline next to the logo.
http://www.blueonion-catering.co.uk/ using Wine ProTrying to get it to look a bit like the old site (http://www.blueonioncatering.co.uk/) without having to create an image with the site name.
February 27, 2018 at 1:16 pm #95198Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.logo { width:30%;} .logo img { height: 125px;} .tagline { color: #828181; display: inline-block; float: right; font-size: 30px; width: 64%; margin-top: 35px; line-height:30px;} .header_right { width:70%;}
Regards,
ChrisFebruary 27, 2018 at 2:36 pm #95206Hi
Thanks for that.
That’s put the tagline in but not the site name. I’ve also tweaked the code you gave just to move the tagline up but appreciate I might have to change things to get the site name in.
TIA
ClareFebruary 28, 2018 at 12:09 pm #95294🙂
March 1, 2018 at 12:20 pm #95418So how do I get the site name to show?
March 1, 2018 at 12:36 pm #95422Hi,
Kindly go to Settings >> General >> Tagline >> Put site name there.
Regards,
ChrisMarch 1, 2018 at 12:45 pm #95427Thanks.
What do I need to change to make the space for the words to be a bit bigger? It all looks a little squashed.
Ideally I want the text to be approx the size it is and for Blue Onion Catering to be on one line and Passionate about food on the next.
The menu is going to be just a few pages so there’s plenty of space.TIA
ClareMarch 1, 2018 at 12:55 pm #95430Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
Remove
.logo { width:30%;} .logo img { height: 125px;} .tagline { color: #828181; display: inline-block; float: right; font-size: 30px; width: 64%; margin-top: 35px; line-height:30px;} .header_right { width:70%;}
And add this new css there
.logo { width:40%;} .logo img { height: 125px;} .tagline { color: #828181; display: inline-block; float: right; font-size: 30px; width: 71%; margin-top: 35px; line-height:30px;} .header_right { width:55%;}
Regards,
ChrisMarch 1, 2018 at 1:22 pm #95441🙂
March 1, 2018 at 1:44 pm #95443Hi Clare,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/15/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.