Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1026176
    Bell_Lodge
    Participant

    Hi there

    This support docket is closed https://community.theme.co/forums/topic/adding-text-to-the-right-of-logo-in-renew-stack/ .

    I was wondering if there was a way to not have the wording linked to the site URL? Perhaps just have it added in the logobar instead of attached to the actual logo.. I have managed to get the text out of the link however I dont want the whole logobar to have a link..

    Many Thanks

    RickM

    NZ

    #1026223
    Bell_Lodge
    Participant
    This reply has been marked as private.
    #1026547
    Thai
    Moderator

    Hi Rick,

    Please find this CSS under style.css locates in child theme:

    .masthead-stacked .x-brand {
      width: 100%;
    }

    And change to this:

    .masthead-stacked .x-brand {
      width: auto;
    }

    Hope it helps 🙂

    #1026560
    Bell_Lodge
    Participant

    Thanks Thai, that worked just fine.. Its the simple things that are hard to get..

    I have one further question if I may.

    I have a email link within the text that I would like to use different colors instead of the site wide link colors, is this possible and how if it is?

    Many Thanks

    Rick M

    NZ

    #1026814
    Thai
    Moderator

    Here you are:

    span.appendeus a {
        color: #f0f0f0;
    }
    span.appendeus a:hover {
        color: #f00;
    }

    Let us know how it goes!

    #1026969
    Bell_Lodge
    Participant

    Hey Thai

    Again Thank You, I should be getting this better and shouldn’t be asking the silly questions..

    Doh..

    Many Thanks..

    Rick M

    NZ

    #1027047
    Nico
    Moderator

    No worries.

    Feel free to ask us again.

    Thanks.

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