samueldiener
Member
Posted 2 years ago #
Hi everyone,
Thanks for being so helpful thus far, especially ESMI.
One last question, on my site http://www.samdiener.com,
I want to make the "Recruiters Click Here" menu text RED or a different color. I am not sure how I would do this - I am assuming it would require a
<? If wppagename = "recruiters click here"
then echo 'style:color=red'
somewhere, but I don't know the proper php and where I would put it.
Thanks guys!
sahaara
Member
Posted 2 years ago #
sahaara
Member
Posted 2 years ago #
In menu in anchor tag of recruiters-clerk put style="color:red"(inline)
@sahaara: And how do you do that in the middle of wp_list_pages?
@samueldiener: Try adding:
.page-item-560 a {color:red;}
to the bottom of your stylesheet. Bear in mind that, if you delete and re-create this page, you'll need to change the page id at the end of page-item-560 to the new id.
samueldiener
Member
Posted 2 years ago #
samueldiener
Member
Posted 2 years ago #
Its being overuled and not appearing.... I have added the code but not working. Any thoughts?
Sam
Sorry - my bad. Try:
#tabs .page-item-560 a span {color:red;}
samueldiener
Member
Posted 2 years ago #
ESMI - AWESOME. THANKS!!!