Okay
  Public Ticket #3073362
Button Border Weight
Closed

Comments

  •  4
    XP_Creates started the conversation

    How do I adjust the border weight / thickness of the "Top Navigation Menu Pull Right" button? It appears to be 1 pixel right now, and I cant find away to make it thicker in any of the settings. 

  •  279
    Noah replied

    Hi there,

    Can we have a link to the site in the screenshot we try and use custom CSS to increase the border thickness.

    Thanks.

  •  4
    XP_Creates replied

    My site isn't live right now but the site is https://www.xp-creates.com . Do you need login credentials to make adjustments?


  •  279
    Noah replied

    Hi there,

    Ideally yes we would need the credentials but could you try the following CSS first:

    #top nav>ul>li[class*=button_bordered]>a:before{
        border-width:5px;
    }
    

    add it to salient \ general settings - css script related - custom css code.

    If it does not work then give us a username password that allows us to view the site.
    Thanks.

  •   XP_Creates replied privately
  •  1,877
    Judith replied

    Hi There,

    Please try this css:

    #header-outer .menu-item-6256 > a:before {
        border: 4px solid;
    }

    Thanks.

  •  4
    XP_Creates replied

     This worked. Thank you!