Unstoppable Domains

Changing Post Heading Color ?

Spaceship Spaceship
Watch

DnEbook

DataGlasses.ComTop Member
Impact
5,747
Videorealestateguide.com.au

Just like the previous post i am still having a few issues with my new venutre, the post headings are the wrong color and i need to change them .........but where to look

I am unsure if i should be looking at the stylesheet or pegetemplate ?

I have done it before but a while ago now, then i have to go to google and start a new adsense ad to get a color code chart, perhaps there are easier ways but this is the only way i have done it before

So although i may have found the correct part of the code (basically no idea) and done this change before returning i just thought i would ask the question

Where do i find the post header code to change the color ??

Many thanks in advance !
 
Last edited by a moderator:
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
.US domains.US domains
Been a while since I was in the back end of a wordpress
but it should be - if there is one - a .css file
I'll go see mine and see if I can find it.
in the auto-installed wordpress

------------UPDATE

ok, found it through cpanel - public_html / wp-content / themes / adventure / style.css
 
Last edited:
0
•••
Thanks i did go to stylesheet and to my surprise made a change that worked, then i clicked on a recent comments and recent videos/posts only to see the change did not carry over, so i guess i am in the correct part of the code but now have to do a bit more detective work ??

....cheers
 
0
•••
you can make n'number of changes, if you are flexible with HTML/CSS.
 
0
•••
Ah, I see what you're trying to do. You're changing that blue to a green so it's visible on top of that bg image.

it's a very simple edit - using the backend, navigate to style.css for that theme, and locate the following:

Code:
.art-post h2.art-postheader a:visited, 
.art-post h2.art-postheader a.visited
{

  color: #39547A;
}


.art-post h2.art-postheader a:hover, 
.art-post h2.art-postheader a.hovered
{

  text-decoration: underline;
  color: #652952;
}

Replace the above code with this:

Code:
.art-post h2.art-postheader a:visited, 
.art-post h2.art-postheader a.visited
{

  color: #78b748;
}


.art-post h2.art-postheader a:hover, 
.art-post h2.art-postheader a.hovered
{

  text-decoration: underline;
  color: #b8e894;
}

Doing this will get rid of that hard to read blue with the green you have on the home page title links, and also upon hovering over a title, instead of that purple that is also hard to read you'll get a lighter green.

if you want further help then let me know.

A note though, for readability, I would replace videorealestateguide.com.au/wp-content/themes/City_Information/images/page_t.jpg with something like http://i.imgur.com/ql80N.png so that the content is more prominent and easy to read. All you would have to do then is change the text color from white to say dark blue, same with any white links etc and you're set. But that's just personal preference on my end, your call what you do :)

ps. if you want to get the color codes then use http://www.computerhope.com/htmcolor.htm or something to make it simpler?
 
1
•••
U need to do some alteration in the css file for changing the heading color plus u also need to know some of the html concepts...
 
0
•••
U need to do some alteration in the css file for changing the heading color plus u also need to know some of the html concepts...

5 months later this issue has been well and truly sorted out
 
0
•••
Dynadot — .com Registration $8.99Dynadot — .com Registration $8.99
Appraise.net

We're social

Unstoppable Domains
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back