Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
To change the case of the button text, just add this to your child theme’s style.css or Custom CSS option:
a.more-link, a.more-link span {
text-transform: capitalize;
}Admin
Line 683 in style.css file:
.slider_nav {
clear: both;
height: 20px;
padding-top: 5px;
position: absolute;
right: 20px;
text-align: right;
}
.full-sized .slider_nav {
right: 0;
}
.one-column .full-sized .slider_nav,
.two-col-right .full-sized .slider_nav,
.three-col-right .full-sized .slider_nav {
right: 15px;
}
.slider_nav a span {
display: none;
}
.slider_nav a,
.slider_nav a:visited {
background: url(images/sprite_master.png) -80px -37px no-repeat;
display: inline-block;
margin-left: 3px;
width: 12px;
height: 12px;
}
.slider_nav a.active,
.slider_nav a.active:visited,
.slider_nav a:hover {
background-position: -68px -37px;
}Admin
You can change the colour in WP Admin > Appearance > Header.
Admin
Hurm..did you modify the theme’s stylesheet directly? Or are you using a child theme?
Admin
Hurm..that’ll be more tricky. You will need to add a filter to the post’s content itself.
Admin
You can just use 2 separate Text Widgets in the Header WIdget Area, and then style theme separately using their own IDs and classes. Right now I’m seeing that you only have 1 text widget in the header widget area.
Admin
Awesome! I’ll see to installing a wiki on the server.
Admin
What’s the URL to your site?
Admin
That’d be great!
