Viewing 30 posts - 1 through 30 (of 33 total)
  • Author
    Posts
  • #209983

    Hey dear support,

    i only want to change the background color (now white) and the style of the words….please help me….Ismael send me this
    .main_menu .menu ul {
    display: none;
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 208px;
    z-index: 2;
    padding: 0 0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    margin-top: -1px;
    }

    .header_color .main_menu ul {
    border-top-width: 2px;
    border-top-style: solid;
    }

    .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: #719430;
    }

    .header_color ul {
    border-color: #e1e1e1;
    }

    but i am a little lost…..:))

    thanks!

    Isabelle

    • This topic was modified 10 years, 2 months ago by Seba1973.
    #210104

    Hey Isabelle!

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

    #top .main_menu .menu li ul a { background-color: white; }

    Cheers!
    Yigit

    #210110

    you are so great may dear..thank you……i was a little confuse with the message of ismael…..:))

    #210114

    Hey!

    You are welcome! Glad we could help :)

    Regards,
    Yigit

    #210559

    good mornig,,,,,

    is possible to change the stale of the Picture so that it is not round:)

    http://imgur.com/1pnT2GG

    thanks and habe a nice day!

    Isbelle

    #210564

    Hi!

    What do you mean by “stale”? On the screenshot, are you referring to the edge or the border radius of the images? You can add this on the Quick CSS:

    .small-preview img, .big-preview img {
    border-radius: 0;
    }

    Cheers!
    Ismael

    #210710

    hey,
    i mean style…:) sorry! as i show you on the screen i just want to habe the border angular and not round…:) i have try with .small-preview img, .big-preview img {
    border-radius: 0;
    }
    but i habe not change….:(

    cheers

    #210810

    Hi!

    Can you please give us a link to the actual page? We would like to inspect the image. The code above should work for border radius but I guess the image on your page have different selectors. Please try this:

    img, a img {
    border-radius: 0 !important;
    }

    Cheers!
    Ismael

    #210942

    YEAHHH…..Thanks Ismael…it works now….:))

    http://imgur.com/iD0Hq60
    http://imgur.com/COKXC0z

    can you help s one more time please…:)) thank you

    cheers

    Isabelle

    #210949

    Hello,

    we have one more problem…the line under the menu for the submenu ist black and green :(( is it possible to change this line so that it is only black?

    http://imgur.com/Xl28tqo

    thank you

    cheers and good night:)

    Isabelle / camwrk

    #210976

    Hi Isabell!

    Please post temporary login credentials here privately. Your website is under construction and we cannot see the content
    And add following code to Quick CSS to make changes you showed in footer section

    span.news-thumb { border: none; padding: 0;  }
    .image_size_widget .news-thumb img {
    width: 36px;
    height: 36px;
    }
    #socket { border-top: none; }

    Regards,
    Yigit

    • This reply was modified 10 years, 2 months ago by Yigit.
    #211118

    good morning my dear,

    hre we go: http://www.camwork.at/wp-admin/
    yigit
    kriesi

    cheers!

    #211143

    Hi!

    Please add following code to Quick CSS as well

    .avia-shadow {
    box-shadow: none;
    }

    Your third screenshot is very blurry. Can you upload clearer one please?

    Cheers!
    Yigit

    #211303

    hey

    for what is this, because i can not see any changes on our page…
    .avia-shadow {
    box-shadow: none;
    }

    third screenshot: is it possíble to habe only a black line and not black and green?
    http://imgur.com/BhP7tPT

    Cheers
    Isabelle / camwork

    #211313

    Hey!

    .header_color .main_menu ul:first-child >li > ul { border-top-color: transparent; }

    and box-shadow: none is to remove the shadow you showed here http://i.imgur.com/COKXC0z.png

    Regards,
    Yigit

    #211314

    omg….are you always waiting for me…thank you so much for your support……GREAT!!!!!

    #211315

    sorry….i think a part of the code has been cut:( can you send it one more time pleasssse:)

    #211392

    Hi!

    Please try adding !important rule to force it as following

    .header_color .main_menu ul:first-child >li > ul { border-top-color: transparent!important; }

    It should make top border of dropdown menu transparent. You can also use following code to change its color to match menu items hover state

    .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: #2b2b2b;
    }

    Cheers!
    Yigit

    #213935

    Hello Yigit,

    how are you…..:))
    i need your help one more time….how can i delete this line…..we don’t like it…i habe try with “none” or “transpaent” but it is still there:))

    http://imgur.com/PjkgsUQ

    THANK YOU!!!!

    Isabelle/camwork

    #213944

    Hi!

    Thanks :)
    Please add following code to Quick CSS as well

    .avia-menu-fx { z-index: 1; }

    It will be behind drop-down menu.

    Cheers!
    Yigit

    #213963

    you are the best…..already an answer!
    ohhhh….ok, i understand….it was a “think-mistake” of me…:))) i have try to delete the color…but the line is still there of course….
    thank you my dear:))

    cheers!

    #213964

    Hey!

    You are welcome, glad we could help :)
    I am closing this thread as resolved. Feel free to start a new one if you have any other questions or issues

    Regards,
    Yigit

    #213965

    hmm…ok….is it possible to delete completely this line so that it desapeare?

    #213968

    Hi!

    Yes it is possible but then the line under active menu item also will be deleted. Here is the code you need to remove it

    .avia-menu-fx { display: none; }

    Cheers!
    Yigit

    #213979
    #213990

    Hey!

    Please try flushing browser cache. It is not visible on my end

    Cheers!
    Yigit

    #214011

    ? what do you mean? :(

    #214026

    Hi!

    Line you showed in your screenshot is not visible on my end http://i.imgur.com/igpsZcw.jpg
    And that is what you asked for? or am i misunderstanding?

    Best regards,
    Yigit

    #214030

    oh…..ok….sorry…

    #214033

    here we are….:))

    http://imgur.com/BSQs9Ld

Viewing 30 posts - 1 through 30 (of 33 total)
  • The topic ‘Dropdownliste main menu’ is closed to new replies.