Okay
  Public Ticket #2421847
Tagline beneth header logo?
Closed

Comments

  • jenspeterhansen started the conversation

    Hi

    I would like to add a tagline beneath my text logo such as

    CYKEL SIKRING
    - cykelparkering så nemt som at cykle

    Is that possible?

    Jens Peter

  •  8,884
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    a#logo:after {
        content: 'cykelparkering så nemt som at cykle';
        font-size: 13px;
        position: absolute;
        top: 21px;
        left: 2px;
        width: 270px;
    }

    Thanks


    ThemeNectar Support Team 

  • jenspeterhansen replied

    Perfect :-)