Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #912702

    HI,

    Sorry, I will bug you for only few more days. I need to finish this site in 4 days.

    Can you please give me codes for the following?

    For this page http://www.morsche.co/explore

    1. Full width button to take the width of the page or the ‘color section’ element. (buttons are in color section.)
    2. White thin outline around the button.
    3. Once full element width, I want hover on each button.

    Thank you so much for the help.

    Regards,

    Xandria

    #912715

    Hey xandria,
    Try to create it by using the full width button element.
    2018-02-15_043754
    Please see example at: http://morsche.co/button-test/
    You will also see this code in the General Styling > Quick CSS field:

    #top .avia-button-fullwidth {
        border-style: solid!important; 
        border-width: 3px!important; 
        border-color: #fff!important; 
    }

    Best regards,
    Mike

    #912717

    Hi Mike,

    Thank you so much for your prompt reply.

    Border is perfect now but is there any way to have the width of the button reach to the edges of the element? Means it touches the color section element’s borders?

    Thanks again!

    Regards,

    Xandria

    #912735

    Hi,
    If the button was not in the color section it should reach the edges, if in the color section, Try this code in the General Styling > Quick CSS field:

    .avia-section.main_color.avia-section-default div.container {
        max-width: 100%!important; 
        width: 100%!important; 
        padding-right: 0px !important; 
        padding-left: 0px !important;
    }

    I have tried to make this code work on any page, but if it causes issues if other pages let us know and we can adjust with a custom ID once you have created the page you want to use it on.

    Best regards,
    Mike

    #912743

    Thanks Mike, you are the best!

    One more thing…how can I make the button font smaller?
    I checked the Advance Settings -> Buttons but there is no font option :(

    Regards,

    Xandria

    #912784

    Hi,
    Try this code in the General Styling > Quick CSS field:

    a.avia-button.avia-button-fullwidth .avia_iconbox_title {
    font-size: 10px !important;
    }

    Please adjust the number ten in the code to the size you wish.

    Best regards,
    Mike

    #912834

    Hey Mike, this is great now. Perfect! Thank you again :)

    Now once my multiple menu request is seen, I will be able to link this page to the homepage :)

    Regards,

    Xandria

    #912857

    Hi,

    Did you still need further help on this particular topic?

    Best regards,
    Jordan Shannon

    #912861

    Hey Jordan,

    No, I think you may close the thread :)

    Regards,

    Xandria

    #912874

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Fullwidht button and it's outline’ is closed to new replies.