Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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

    #234832

    Hey 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,
    Yigit

    #235452

    Thanks 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?

    #235492

    Hi!

    Please add following code to Quick CSS as well

    .avia-image-container .image-overlay { display: none !important; }

    Cheers!
    Yigit

    #394790
    This reply has been marked as private.
    #395607

    Hi!

    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,
    Yigit

    #395862
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Custom CSS’ is closed to new replies.