Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #481848

    Hi,

    I need help with a few issues.

    1. Main navigation menu bar – Try It Free is in a border and Pricing & Sign Up is a colored button. I need to add some padding between the two for better spacing. Please advise

    2. Pricing & Sign Up button – it’s green, I would like to change it to orange without effecting current theme color. Can you advise the css

    3. See how it works button in full width easy slider – I need to make the button larger and I need to change text from all capitals to capitals and small letters

    Please check the site for details. Thank you

    #482288

    Hey diamondmatt!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (min-width: 990px) {li#menu-item-3461 {
        margin-right: 20px;
    }}
    #menu-item-3416 .avia-menu-text {
        background-color: orange!important;
        border-color: orange!important;
    }
    #top .avia-slideshow-button {
        font-size: 20px;
    }

    Best regards,
    Yigit

    #482484

    Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Buttons and Spacing’ is closed to new replies.