Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1370594
    onefoursix
    Participant

    re: http://146test2.co.uk/acorn

    How do we put a red ring around the GET A QUOTE menu item please? a similar red scribble line to what you have around your buttons?

    Thanks

    #1370668
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! In Button Element’s settings just enable the Marketing Circle (see attached)

    Hope this helps!

    #1370784
    onefoursix
    Participant

    Guys.. yet again you haven’t read what I have asked. Happens so often!

    I wanted that around the menu item “Get a Quote”… any way of doing this please?

    #1371044
    Darshana
    Moderator

    Hi there,

    Try adding this under Custom > CSS in the Customizer.

    
    #menu-item-4574 a {
        border: 2px solid #ff0000;
        border-radius: 100px;
    }
    

    Hope that helps.

    #1371061
    onefoursix
    Participant

    OK that doesnt work very well. Can I have it with a red background please, so it almost looks like a button? similar to what we have on the onefoursix.co.uk website but with rounded corners please

    #1371498
    Christopher
    Moderator

    Hi there,

    Please add this code :

    li#menu-item-4574 a {
        color: #ffffff;
        border-color: #BE1E2D;
        background-color: #BE1E2D;
        text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
        box-shadow: none;
        padding-top: 12px;
        max-height: 37px;
        margin-top: 10px;
        border-radius: 100px;
    }

    Hope it helps.

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