-
AuthorPosts
-
January 27, 2020 at 7:10 pm #1178761
Hi guys, the new update applies a border and padding around images and I can’t figure out how to remove it with css or via the theme settings. A little help would be appreciated!
Additionally, on this same site i’m wondering if you could help me figure out how to turn the contact button background black that’s in the header. thanks!!!!
January 28, 2020 at 9:11 am #1178909Hey bobfurgo,
Are you referring to the image under review? If to then that border is in the actual image. If that is not what you want to remove then please try to explain a bit further.
Try this CSS for your contact button:
#menu-item-57 .avia-menu-text { background: black; color: white; }
Best regards,
RikardJanuary 28, 2020 at 9:21 pm #1179188Thank you Rikard! You are right about the image.
Just wondering if you could help out with one more thing on this page, if you scroll down you’ll see the letters in a horizontal content slider. The link only sits on the letter. Is there a way to have the link be both the letter and surrounding box? So there’s a larger surface area to click?
January 28, 2020 at 9:39 pm #1179195also, how can i add a black background hover affect to the button next to contact in the header. (button that reads “explore reviews by artist”)
January 30, 2020 at 3:51 pm #1179934Hi,
Thank you for the update.
Looks like you’ve managed to remove the border around the images. We don’t see it anymore.
To add a hover effect to the bordered button, you can use this.
.av-main-nav > li.av-menu-button-bordered:hover a .avia-menu-text { color: red; border-color: blue !important; }
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelFebruary 6, 2020 at 6:51 pm #1182102got it thank you!!
February 8, 2020 at 7:18 am #1182475 -
AuthorPosts
- You must be logged in to reply to this topic.