change tittle format
-
Mod
You can always use the Firefox addon Firebug to see what code someone else is using on their site and copy it and adapt it for your own site. Or you can use your browser’s “View Source” function to see the CSS code.
The code I am using on the above site is:
.post-title,
.post-title a,
.post-title a:visited,
.entry-title,
.entry-title a,
.entry-title a:visited {
font-family: Tahoma,Georgia,serif;
padding:6px;
border-top: 3px double #1F6FB6;
border-bottom: 1px solid #1F6FB6;
margin-bottom: 8px;
background:#E9ECF5;
color: #054cb7;
}i don´t know how see with “view source”
I see something like this and is wrong
<h1 class=”post-title entry-title”> De compras por Bangkok
</h1>
<div class=”post-meta clearfix”>
<span class=”printonly”>CategorÃas: </span>
thanls
Mod
Quote:i don´t know how see with “view source”Near the top of the source code, you should see a line that looks like this:
<link rel='stylesheet' id='graphene-stylesheet-css' href='http://blog.kjodle.net/wp-content/themes/
graphene-stonesinwater/style.css?ver=3.4.1' type='text/css' media='screen' />Depending on the browser you are using, that may show up as a link that you can just click on. But it does show you the address for the style sheet.
If you want to see the rest of my style sheet, here is a link:
http://blog.kjodle.net/wp-content/themes/graphene-stonesinwater/style.css
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.



