-
AuthorPosts
-
October 1, 2014 at 2:20 pm #328090
Hi Guys, love the theme.
I’m now working on a website for an artist, and as you might know, they are very perticulate on how they want things done.
At this point I’ve already added some custom CSS with help of the forum, but I still have a couple of questions.
1) menu
For this website, the menu must be on the left, so I’ve added them to the sidebar with Widget (2 menu’s because of the space in between. But how do I disable the menu in the header? I’ve changed font color to white, but if you select everything you will see the menu.
2) sidebar
How do i change the size of the sidebar, I want to have it as small as possible
3) sidebar active links
How do i change the color of the active links? And remove the small lines…
4) color
We want to keep the site as simple as possible, therefor we changed the color of font and buttons to #777777, but now on the contact page, you cannot see the place where you can enter the e-mail, subject etc. Can I change the behavior of the contact page?Thanks for the help!
My custom CSS:
.main_menu ul:first-child > li > a { color: #ffffff !important; }
.sidebar_left.sidebar {
text-align: left;
}
.widget_nav_menu a {
display: block;
padding: 4px 0px 0px 0;
text-decoration: none;
}
.sidebar a, .sidebar a > {
color: #777777 ! important;
.sidebar a:hover, .sidebar a> {
color: #333333 ! important;
.sidebar .widget .seperator {
display: none;
}
.widget .seperator.extralight-border{
display: none;
}- This topic was modified 10 years, 1 month ago by damensr.
October 1, 2014 at 8:54 pm #328483Any update yet?
October 1, 2014 at 9:04 pm #328489Hi!
1- Please go to Enfold theme options > General Layout > Dimensions
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab.av-main-nav > li > a { border: none!important; } .html_header_sidebar #header .av-main-nav li.current-menu-item > a .avia-menu-text { color: orange; }
If that does not work, please post the link to your website
Cheers!
YigitOctober 7, 2014 at 8:24 pm #331869This reply has been marked as private.October 8, 2014 at 7:33 am #332167 -
AuthorPosts
- You must be logged in to reply to this topic.