Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1017400

    Hi, I’m looking to change the border of my button “CONTACT US” under “Creating exceptional brand stories since 1988.” in the first section of my website. Can you help me with that?

    #1017430

    Hey timchurchman,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home #av_section_1 a.avia-color-custom {
      border:1px solid red !important;
    }

    Best regards,
    Rikard

    #1017438

    THANKS SO MUCH!

    #1017489

    Hi,

    You are most welcome :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1017554

    Sorry 1 more thing

    On rollover can the CONTACT US button border be white and
    On rollover can the SERVICES button border be as per background “the same semi transparent white” ?

    #1017730

    Hi,

    Please try this CSS as well:

    .home #av_section_1 a.avia-color-custom:hover {
      border:1px solid white !important;
    }
    
    .home #av_section_1 a.avia-color-light:hover {
      border:rgba(255, 255, 255, 0.5) !important;
    }

    Best regards,
    Rikard

    #1019005

    Thank you, that worked however if you see when you rollover “SERVICES” button it goes slightly shorter that the “CONTACT US” button

    #1019210

    Hi timchurchman,

    It is like that because the border disappears on hover, I think it is better to keep the border.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1020273

    Thanks Victoria, I have so much Quick CSS in general styling and some that directly affect those buttons, are you able to tell me exactly what to change? See all code in general styling below:

    .page-id-734 #contact input[type=’submit’]:hover {
    background-color: green !important;
    }

    /*hide auto sidebar from magazine*/
    .page-id-2967 .sidebar .widget_nav_hide_child {
    display: none;
    }

    /*2.8 firefox problem*/
    .avia-image-container-inner, .avia_image {
    max-width: 100%;
    }

    #socket .avia-bullet, #socket .avia-menu-fx {
    display: none;
    }

    .container {
    padding: 0px 95px;
    }

    .avia-button.avia-color-grey, .avia-button.avia-color-grey {
    color:#faf400!important;
    border: 1px solid #faf400!important;
    }

    h1, h2, h3 {
    text-transform: none !important;
    }

    h1, h2, h3, h4, h5, h6 {
    font-weight: normal!important;
    }

    #top * {
    border-radius:0 !important;
    }

    .avia-button {
    border: 1px solid !important;
    }

    #avia-menu #menu-item-3252 .avia-menu-text {
    border-color:#ddae87 !important;
    }

    /* Color section container width */
    #team .container {
    width: 100% !important;
    min-width: 100%;
    padding: 0;
    margin: 0;
    }

    #top .avia_ajax_form .button {
    width: 100%;
    }

    #top .social_bookmarks li a {
    color: #ddae87;
    }

    @media only screen and (max-width: 1200px) {
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
    display: block !important;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
    display: none;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special a { border: none !important; }
    }

    .avia-button:hover {
    background-color: #ffffff !important;
    color: #231f20 !important;
    }

    #scroll-top-link {
    color: white !important;
    border: 1px solid #ddae87 !important;
    background-color: #ddae87 !important;
    }

    .home #av_section_1 a.avia-color-custom {
    border:1px solid #ddae87 !important;
    }

    .avia-team-member .team-social {
    background: rgba(17,20,71,0.8);
    }

    .team-social a {
    background: #ddae87;
    }

    .team-social a::before {
    color: #ffffff;
    }

    .av_menu_icon_beside {
    border-right:none;
    }

    .home #av_section_1 a.avia-color-custom:hover {
    border:1px solid white !important;
    }

    .home #av_section_1 a.avia-color-light:hover {
    border:rgba(255, 255, 255, 0.5) !important;
    }

    .avia-menu {
    border-right:none !important;
    }

    .page-id-734 #contact input[type=’submit’]:hover {
    background-color: #ddae87 !important;
    border-color: #ddae87 !important;
    color: #ffffff !important;
    }

    #scroll-top-link:hover {
    opacity:1 !important;
    color:cce4e7 !important;
    }

    .avia-menu-text{
    letter-spacing: 2px!important;
    }

    #1020856

    Hi timchurchman,

    Please remove this piece of code
    Image 2018-10-12 at 22.48.07.png

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1021283

    Hi Victoria, thanks for this, unfortunately it doesn’t work?

    #1021743

    Hi timchurchman,

    I adjusted the code for you, the button stays the same size now, just the gray color on hover covers the white.
    Please check if it works for you like this.

    Best regards,
    Victoria

    #1023684

    Thanks so much!!!!

    #1024123

    Hi,

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

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Border Button change’ is closed to new replies.