-
AuthorPosts
-
January 15, 2014 at 10:59 am #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, 10 months ago by Seba1973.
January 15, 2014 at 5:08 pm #210104Hey 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!
YigitJanuary 15, 2014 at 5:20 pm #210110you are so great may dear..thank you……i was a little confuse with the message of ismael…..:))
January 15, 2014 at 5:25 pm #210114January 16, 2014 at 9:13 am #210559good mornig,,,,,
is possible to change the stale of the Picture so that it is not round:)
thanks and habe a nice day!
Isbelle
January 16, 2014 at 9:22 am #210564Hi!
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!
IsmaelJanuary 16, 2014 at 4:11 pm #210710hey,
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
January 16, 2014 at 6:52 pm #210810Hi!
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!
IsmaelJanuary 17, 2014 at 12:15 am #210942YEAHHH…..Thanks Ismael…it works now….:))
http://imgur.com/iD0Hq60
http://imgur.com/COKXC0zcan you help s one more time please…:)) thank you
cheers
Isabelle
January 17, 2014 at 12:38 am #210949Hello,
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?
thank you
cheers and good night:)
Isabelle / camwrk
January 17, 2014 at 3:17 am #210976Hi 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 sectionspan.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, 10 months ago by Yigit.
January 17, 2014 at 9:24 am #211118January 17, 2014 at 10:49 am #211143Hi!
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!
YigitJanuary 17, 2014 at 6:00 pm #211303hey
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/BhP7tPTCheers
Isabelle / camworkJanuary 17, 2014 at 6:16 pm #211313Hey!
.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,
YigitJanuary 17, 2014 at 6:18 pm #211314omg….are you always waiting for me…thank you so much for your support……GREAT!!!!!
January 17, 2014 at 6:19 pm #211315sorry….i think a part of the code has been cut:( can you send it one more time pleasssse:)
January 17, 2014 at 9:57 pm #211392Hi!
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!
YigitJanuary 23, 2014 at 4:46 pm #213935Hello 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:))THANK YOU!!!!
Isabelle/camwork
January 23, 2014 at 4:58 pm #213944Hi!
Thanks :)
Please add following code to Quick CSS as well.avia-menu-fx { z-index: 1; }
It will be behind drop-down menu.
Cheers!
YigitJanuary 23, 2014 at 5:21 pm #213963you 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!
January 23, 2014 at 5:23 pm #213964Hey!
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 issuesRegards,
YigitJanuary 23, 2014 at 5:23 pm #213965hmm…ok….is it possible to delete completely this line so that it desapeare?
January 23, 2014 at 5:25 pm #213968Hi!
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!
YigitJanuary 23, 2014 at 5:37 pm #213979January 23, 2014 at 5:49 pm #213990January 23, 2014 at 6:28 pm #214011? what do you mean? :(
January 23, 2014 at 6:50 pm #214026Hi!
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,
YigitJanuary 23, 2014 at 7:00 pm #214030oh…..ok….sorry…
January 23, 2014 at 7:03 pm #214033here we are….:))
-
AuthorPosts
- The topic ‘Dropdownliste main menu’ is closed to new replies.