-
AuthorPosts
-
October 3, 2018 at 8:59 am #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?
October 3, 2018 at 10:14 am #1017430Hey 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,
RikardOctober 3, 2018 at 10:47 am #1017438THANKS SO MUCH!
October 3, 2018 at 12:05 pm #1017489Hi,
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,
RikardOctober 3, 2018 at 4:05 pm #1017554Sorry 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” ?October 4, 2018 at 7:34 am #1017730Hi,
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,
RikardOctober 8, 2018 at 3:21 pm #1019005Thank you, that worked however if you see when you rollover “SERVICES” button it goes slightly shorter that the “CONTACT US” button
October 8, 2018 at 8:39 pm #1019210Hi 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,
VictoriaOctober 11, 2018 at 11:09 am #1020273Thanks 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;
}October 12, 2018 at 9:48 pm #1020856October 14, 2018 at 8:37 pm #1021283Hi Victoria, thanks for this, unfortunately it doesn’t work?
October 15, 2018 at 7:45 pm #1021743Hi 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,
VictoriaOctober 18, 2018 at 10:23 pm #1023684Thanks so much!!!!
October 19, 2018 at 5:54 pm #1024123Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Border Button change’ is closed to new replies.