Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1338472
    SkeeterHarris
    Participant

    Hi,

    I have added a link on the right hand side of the header, next to the Social Icons, with the name “For Rent/Sale”, and I would like to format it like the social icons so it’s reverse shaded like those ICONS. What CSS do I need to make this happen?

    The site is at : http://bcb.5d4.myftpupload.com/

    Thanks for all the help!

    Skeeter

    #1338671
    Joao
    Moderator

    Hi There,

    Please add the folowing code to Appereance > Customizer > Custom CSS

    .x-topbar .p-info a {
         color: white !important;
        background: #278dc1;
        padding: 5px;
        border-radius: 5px;
    }
    .x-topbar .p-info a:hover {
          background: #72c4d6;
    }

    Hope it helps

    Joao

    #1339368
    SkeeterHarris
    Participant

    Hello Joao,

    This was perfect! Thank you all set!

    #1339373
    Friech
    Moderator

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

    Cheers!

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