Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #982342
    Alexandre
    Participant

    Hi!

    I want this message to be private and cant find a setting for it. I will post my question in the reply instead

    #982352
    Alexandre
    Participant
    This reply has been marked as private.
    #982545
    Rupok
    Member

    Hi there,

    Thanks for writing in but I am sorry I didn’t get this properly. Would you kindly add some screenshot the content band you are referring and point us the issues?

    Cheers!

    #983638
    Alexandre
    Participant
    This reply has been marked as private.
    #983668
    Christopher
    Moderator

    Hi there,

    Update your code to :

    [content_band style="color: #333;" bg_color="rgba(210,0,0,0.6)" inner_container="true"][custom_headline style="margin-top:0;" level="h3" looks_like="h3"]<span class="my-class">We are now hiring new talent!<br>Read more here</span>[/custom_headline][/content_band]

    Please add following code in Customize -> Custom -> CSS :

    span.my-class{
    color:red;
    }
    span.my-class:hover{
    color:white;
    }
    

    Hope it helps.

    #983673
    Alexandre
    Participant
    This reply has been marked as private.
    #983707
    Lely
    Moderator

    Hello Alexandre,

    Which part of the code you want to link? We can add this link code:
    <a href="http://www.exeger.com/about-us/#section-4">LINK HERE</a>

    For example, if we want to link read more, the code would be:

    [content_band style="color: #333;" bg_color="rgba(210,0,0,0.6)" inner_container="true"][custom_headline style="margin-top:0;" level="h3" looks_like="h3"]<span class="my-class">We are now hiring new talent!<br></span><a href="http://www.exeger.com/about-us/#section-4"><span>Read more here </span></a>[/custom_headline][/content_band]

    Hope this helps.

    #983710
    Christopher
    Moderator

    Hi there,

    Do you want to link the entire content band?

    If so, please update your code to :

    <a href="http://www.exeger.com/about-us/#section-4">[content_band style="color: #333;" bg_color="rgba(210,0,0,0.6)" inner_container="true"][custom_headline style="margin-top:0;" level="h3" looks_like="h3"]<span class="my-class">We are now hiring new talent!<br>Read more here</span>[/custom_headline][/content_band]</a>

    Hope it helps.

    #983771
    Alexandre
    Participant
    This reply has been marked as private.
    #983844
    Alexandre
    Participant

    Thanks!

    it all works now 🙂

    #983938
    Christopher
    Moderator

    You’re welcome.

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