Logo and site name

Home Forums All Other Themes Logo and site name

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #95195
    clareclare
    Participant
    • Topics: 8
    • Replies: 13
    • Total: 21
    Member since: February 5, 2018

    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 Pro

    Trying 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.

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

    Hi,

    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,
    Chris

    #95206
    clareclare
    Participant
    • Topics: 8
    • Replies: 13
    • Total: 21
    Member since: February 5, 2018

    Hi

    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
    Clare

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

    🙂

    #95418
    clareclare
    Participant
    • Topics: 8
    • Replies: 13
    • Total: 21
    Member since: February 5, 2018

    So how do I get the site name to show?

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

    Hi,

    Kindly go to Settings >> General >> Tagline >> Put site name there.

    Regards,
    Chris

    #95427
    clareclare
    Participant
    • Topics: 8
    • Replies: 13
    • Total: 21
    Member since: February 5, 2018

    Thanks.
    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
    Clare

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

    Hi,

    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,
    Chris

    #95441
    clareclare
    Participant
    • Topics: 8
    • Replies: 13
    • Total: 21
    Member since: February 5, 2018

    🙂

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

    Hi Clare,

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

    Regards,
    Chris

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