Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #439800

    Hi!
    i want to know how can i add a border-bottom 3px on all of my images…
    thanks

    #439811

    Hey Animals_Comunicazione!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    img.avia_image {
      border-bottom: 3px solid red;
    }

    Regards,
    Yigit

    #439834

    Hi Yigit, thanks, but it doesn’t work…

    #440144

    Hey!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #440225
    This reply has been marked as private.
    #440288

    i have another question:
    i modified some css rules in order to have a different menu hover, as you can see in http://www.animalscomunicazione.it/larosetta/vini.
    when i try to set trasparent menu in a page for example here: http://www.animalscomunicazione.it/larosetta/
    it lose all of my css rules… i noticed that by disabling “background” (using firebug) #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, #top .av_header_transparency #header_main_alternate, .av_header_transparency #header_main .social_bookmarks li a
    it works well.
    how can i disable it in “quick css”? i tryed to set #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, #top .av_header_transparency #header_main_alternate, .av_header_transparency #header_main .social_bookmarks li a{ all:none;} on firebug it works, but in quick css it doesn’t work…
    how can i solve it ?
    thanks

    #440778

    Hey!

    On the linked page you could use something like this:

    .avia-image-container-inner {
    border: 3px solid red !important;
    }

    About your custom CSS: I don’t know what the argument all:none; is supposed to do? I’ve never seen the all statement in CSS before.

    Cheers!
    Rikard

    #440866

    ok, now the border works well, thanks

    i’m sorry, i’m not so in css. I mean that by disabling (using firebug) “background: none repeat scroll 0 0 transparent;” in
    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, #top .av_header_transparency #header_main_alternate, .av_header_transparency #header_main .social_bookmarks li a
    it show what i want…
    so how can i disable the background rule?
    thanks a lot

    #440983

    Hi!

    Please add following code to Quick CSS

    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, #top .av_header_transparency #header_main_alternate, .av_header_transparency #header_main .social_bookmarks li a { background: none !important; }

    Best regards,
    Yigit

    #441134

    i’m sorry but it doesn’t work…

    #441189

    Hey!

    Please edit your page and set header to transparent – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
    Would you like to set dropdown menu to transparent? If so, please use following code

    #top #wrap_all .av-main-nav ul > li > a, #top #wrap_all .avia_mega_div, #top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul,#top #header.av_minimal_header .main_menu ul:first-child >li > ul, #top #header.av_minimal_header .main_menu .avia_mega_div > .sub-menu { background: transparent !important; }

    Regards,
    Yigit

    • This reply was modified 8 years, 11 months ago by Yigit.
Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.