-
AuthorPosts
-
March 7, 2014 at 7:50 pm #233936
Hi,
I need 3 bits of custom CSS to finish my site: http://dev.bbqxlblog.com/
1. I added links to the logo images used in the partner element, when I added the link, they take on a background colour. I want to remove this…how can I do it?
2. When the mouse hovers on a linked image, the overlay is very heavy…it there custom CSS to increase the transparency levels. I want to only use a very faint and subtle overlay…currently images almost white out.
3. The active page of the navigation has a white line underneath it. This looks on my site like a break in the header border. Can I remove this active effect on the navigation?Thanks
March 10, 2014 at 5:23 pm #234832Hey matsch!
Please add following code to Quick CSS as well
1-#top .avia-logo-element-container .slide-image { background-color: transparent; }
2-
.image-overlay { opacity: 0.3 !important; }
3-
.avia-menu-fx { display: none; }
Best regards,
YigitMarch 11, 2014 at 1:41 pm #235452Thanks a lot for this. All worked perfectly.
Can you have a look at 1 last unfathomable problem??! I have 5 custom build images for social media links. I have set all the links for each image. They all work completely fine except Vimeo. By setting a manual link to vimeo on an image in the advanced layout builder, the front end displays the circle arrow on hover. None of the other images do this, and they are all configured identically.
Have a look at the social media images in the sidebar…http://dev.bbqxlblog.com/
Why is a vimeo URL behaving differently to all other social media URLs?
March 11, 2014 at 2:52 pm #235492Hi!
Please add following code to Quick CSS as well
.avia-image-container .image-overlay { display: none !important; }
Cheers!
YigitFebruary 12, 2015 at 12:41 am #394790This reply has been marked as private.February 13, 2015 at 12:04 pm #395607Hi!
Please use following code to remove menu fx from last menu item
li#menu-item-14 a .avia-menu-fx { display: none!important; }
and please create a temporary admin login and post it here privately so we can look into it.
Best regards,
YigitFebruary 13, 2015 at 5:05 pm #395862This reply has been marked as private. -
AuthorPosts
- The topic ‘Custom CSS’ is closed to new replies.