Need help customizing Customizr, thanks in advance!
-
Hi, I’m working up my yoga site right now and could sure use some help. Paramanandayoga.com.
1: I really don’t like how the header disappears just showing the logo and menu items with a translucent background when scrolling. Is there a way to keep the header as it is on top and just have the page scroll underneath it?
2. How can I add Instagram next to the Facebook icon in the header and also the footer?
3. The email icon (looks like an envelope) doesn’t change to black on hover. It also appears the rss and Facebook icons aren’t true white (the email icon turns very white on hover, that is the color I would like the icons to appear regularly and hover to black.
4. How can I edit the skin so that it exactly matches the red in the logo? And the skin also turns the current menu item red also, which makes it hard to read against the already red background. Is there a way to override that and make the current menu item appear black?
5. On the regular pages, such as About, I put Instagram, Facebook and Mailchimp widgets on the left sidebar, but they are closely right on top of each other with not much space in between them. Is there a way to increase the space between the widgets or possibly separate them with a line?By the way, here is the custom CSS i currently have under the Advanced Options:
.navbar .nav > li > a {
background-color: #bd3f03;
}
.navbar-inner a.social-icon { text-shadow: none; color:white;
}
footer#footer .colophon a.social-icon { text-shadow: none; color:#bd3f03;
}
a.icon-feed:hover {color:#000000;}
a.icon-facebook:hover {color:#000000;}
.navbar .nav > li > a { text-shadow: none; color: white; }
.navbar .nav > li > a:hover { color: #000000; }
.page #main-wrapper h1.format-icon:before {
content: none;
}
.post h1.format-icon:before, .post h2.format-icon:before {
content: none;
}
.entry-meta {
display: none;
}
.tc-header {
background: #bd3f03;
border-bottom: 3px solid #000000;
border-top: 3px solid #000000;
}
footer#footer {
background: none repeat scroll 0 0 #bd3f03;
border-top: 3px solid #000000;
}
.navbar .navbar-inner {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
- The topic ‘Need help customizing Customizr, thanks in advance!’ is closed to new replies.