Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1208005
    stuartrowens
    Participant

    I’d like to feature one of the items in my header menu. Squarespace sites to this all the time (a la the box around “Give” here: http://www.downtowncommunitychurch.com ), but I can’t find any info on how to do something similar in X. Any ideas? I’d be fine with just a simple box around the item or even just changing the color of that menu item.

    My site is gofaministries.org, but the under construction sign is up. Let me know if you need login credentials to investigate.

    All the best,

    #1208048
    Thai
    Moderator

    Hi There,

    It’s possible by custom CSS.

    Please provide us with your admin account so we can take a closer look.

    Thanks.

    #1208235
    stuartrowens
    Participant
    This reply has been marked as private.
    #1208525
    Christopher
    Moderator

    Hi there,

    Please add a custom class like add-border to menu item. To do so, enable ‘CSS classes’ from ‘screen options’ panel located on top right.

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

    .add-border a {
        margin-top: -12px;
    color:red;
    }
    .add-border a span {
        border: 1px solid;
        padding: 10px;
    }

    Hope it helps.

    #1208873
    stuartrowens
    Participant

    Perfect, thanks so much.

    #1208892
    Rupok
    Member

    I am glad that it helped.

    Have a nice day!

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