Get rid of underlined text + more text indent + small color changes
-
Your GRAPHENE theme is wonderful!
I am using it at: saramompart.com
I am completely new to WP.
I have been finding all the answers to my doubts in this great forum until now… But I am pretty stocked with some issues:
1. I have removed the date block. And I would like to add some more pixels on the left of all my posts in Home (titles + text).
2. Somehow I am getting the post title underlined (on the slider) and I do not want that.
3. It used to be OK, but now again I have the original blue grad on the main categories rectangle (as here for example: http://www.saramompart.com/category/articles-en-catala/)
Thanks for your beautiful job.
Best Regards from Barcelona, Spain.
1. In posts I use editor indent 30px 🙂
2. Custom CSS or Child Theme: style.css
.slider_post h2 a, .slider_post h2 a:visited {
border-bottom: medium none;
font: 22px lucida sans;
}3. Edit: Custom CSS or Child Theme: style.css
h1.page-title {
-pie-background: linear-gradient(#9096A1, #333333);
background: #6E6E6E;
background: linear-gradient(#9096A1, #333333);
background: -moz-linear-gradient(#9096A1, #333333) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9096A1), to(#333333));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9096A1', endColorstr='#333333'); /* for IE8 */
text-shadow: 0 -1px 0 #000000;
-moz-border-radius: 0 5px 0 0;
}Kim
1. I am so sorry, I still do not know where to find these 30px issue.
2. Ummmm… I kwew I was close! thanks so much!
3. Now it is running perfect! I had left a “}†in front of the “h1.page-title†so it was not applying the style…
h1.page-title {
background: #2070B7;
background: linear-gradient(left top, #666666, #BBBBBB);
background: -moz-linear-gradient(left top, #666666, #BBBBBB);
background: -webkit-gradient(linear, left top, right bottom, from(#666666), to(#BBBBBB));
-pie-background: linear-gradient(left top, #666666, #BBBBBB);
color: #e3e3e3;
font-size: 130%;
margin: 0 auto 10px;
padding: 8px 0;
text-align: center;
text-shadow: 0 -1px 0 #333333;
}
I have some more doubts that I rather try finding myself.
I have another question regarding my “Username” on this forum: is there any way to change it? I would like not having my last name used. I apologise if this was not the right place to post this type of questions.
😉
THANKS for your great help!
Admin
Hi Sara,
Sorry, you won’t be able to change the username. But you can re-register yourself using a different name, if you want. Let me know if and when you do that, so that I can delete your current user account.
Thanks so much.
I have checked the post editor indent and, I am sorry, this is not what a really need.
What I would like is that the whole thing (meaning post text + post title, also the date gray line and the post images) move to the right some pixels. This way I will have some more white space between these elements and the left edge of the slider rectangle (as if you would aline with the left side of the rectangle).
I apologize for my English, it is a bit difficult to me to explain this 😉
Thanks.
Admin
Try this:
.home .post .entry {
margin-left: 30px;
}
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
