-
AuthorPosts
-
February 19, 2019 at 6:32 pm #1069056
Hi guys, here is the link for an explanation for each question https://www.goodvivir.com/wp-content/uploads/css_questions.png
#1 how do I change the color of button style on the menu without changing theme color?
#2 how do I make the button round on the menu?
#3 How do I change font size of secondary menu?
#4 How do I change secondary menu position to center without changing the main menu position?
thank you for your help!!!
JoséFebruary 20, 2019 at 12:08 am #1069175Hey JoseAntonio,
Please provide the url to the site so we can inspect the code.
Best regards,
Jordan ShannonFebruary 21, 2019 at 12:38 am #1069740Sure:
- This reply was modified 5 years, 9 months ago by userjoseantonio.
February 25, 2019 at 5:30 pm #1071366Hi JoseAntonio,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #wrap_all .header_color .av-menu-button-colored>a .avia-menu-text { border-radius: 10px; background-color: #13b7d8; border-color: #13b7d8; } #avia2-menu a { font-size: 14px; }
Where do you want to move the secondary menu?
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 25, 2019 at 6:55 pm #1071412We want to move the secondary menu to the center.
Thank you
February 28, 2019 at 11:00 am #1072586Hi,
Add this css code to center align the secondary menu container.
.av_secondary_right .sub_menu { float: none; left: 50%; transform: translateY(-50%); }
Best regards,
IsmaelFebruary 28, 2019 at 8:29 pm #1072724Thank you
February 28, 2019 at 8:32 pm #1072728Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonMarch 8, 2019 at 9:12 pm #1076470Hi guys, I don’t know what happened but the secondary top menu is not showing on mobile devices …
Is there a css code I can use?
thank you
March 8, 2019 at 10:43 pm #1076485Hi,
Add the following to quick css:
@media only screen and (max-width: 767px){ #header_meta{ margin-top:40px!important; } #header_meta .container{ top:-20px!important; }}
Best regards,
Jordan ShannonMarch 8, 2019 at 10:50 pm #1076488Hi, the problem (the secondary menu is not showing) when I choose a transparent header…
March 8, 2019 at 11:45 pm #1076496Hi,
Did the CSS I provided work?
Best regards,
Jordan ShannonMarch 9, 2019 at 12:00 am #1076498It did thanks… BUT now the Main Content background color for the whole site changed to black (it was white before) and I have no Idea How To Change it… I played with the general styling for 20 minutes and I can’t get it to work…
any ideas ?
March 9, 2019 at 12:12 am #1076500Hi,
Whats the color scheme it should be?
Best regards,
Jordan ShannonMarch 9, 2019 at 12:25 am #1076503I’m using the color scheme: splash red, and the main Content background color should be ##ffffff
March 9, 2019 at 12:43 am #1076506Hi Jordan, I disabled some plugins and everything is working fine…
One one Question… the background color for the secondary menu when I used transparent header is showing black … is there a way to change that color to a gray #f7f4f7 ???
March 9, 2019 at 12:49 am #1076509Hi,
Add this to quick css:
@media only screen and (max-width: 767px){ .html_stretched #wrap_all{ background:#f7f4f7!important; }}
Best regards,
Jordan ShannonMarch 9, 2019 at 1:07 am #1076513Great thank you
You can close this topic
thank you
March 9, 2019 at 3:41 am #1076529Hi,
I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘css codes’ is closed to new replies.