Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1145655
    jrhager84
    Participant

    My site is using the logo and text, but the logo is part of the text in a shape vector format, so the Site title repeats the first half of my brand. I’m looking for ‘JR Designs’ as the site title, but just ‘Designs’ for the header logo text (because the image is the JR). Please advise, thanks.

    I’d also like to edit the top padding of the text, as it doesn’t quite align with the image. would that be span.x-img? Or span.x-brand-img? Just curious. Thanks!

    #1145656
    jrhager84
    Participant
    This reply has been marked as private.
    #1146061
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Did you already figured it out? I am seeing the “JR” image and “Design” text are now align.


    screenshot

    The selector for the text is

    .x-brand span {}

    Hope it helps, Cheers!

    #1146087
    jrhager84
    Participant

    Yeah – I just edited the _brand.php file to just be static, which works for my needs.

    So if I wanted to drop the ‘Designs’ to more match the image, would this code work?

    .x-brand span{
    
      padding-top: 5px;
    }
    #1146090
    jrhager84
    Participant

    I figured it out.

    .x-brand span {
    vertical-align: middle;
    }

    For anyone looking to do the same. You guys rock. Thanks!

    #1146186
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1145655 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>