Footer hyperlink

Posted in: Newsmag
Post count: 39

Hi Tagdiv,

I’m trying to make the word Subscribe in my footer show up as a turquoise hyperlink (like the info@didgeprojet.com link). Can you help? See arrows:

http://tinypic.com/r/o05q1h/9

Thank you,

AJ

didgeproject.com/wp

or didgeproject.com

Post count: 280

man, please, but all your Questions in one post.
you make our posts going to secound page and that take a long time to get the replay..
thanks

Post count: 9544

@ajblock7

a great way to locate the right CSS class to “over ride” in WP themes, like this one, is to start using the ‘console’ view in Chrome browser (“F12”) … you can highlight an element on page and see the CSS class — most times anyway — to figure out which class you need to over-ride such as a custom color.

TagDiv will reply once they get caught up with all the posts… but while waiting good habit to at least try to sort it, as this helps me a lot in trying to find which class to edit.

Then put the revised CSS in the custom css box in theme panel.

Of course knowing basic CSS helps (e.g., a = anchor link, p = paragraph etc)

Post count: 6535

Hi

Thanks @Chris for your tips!

@ajblock7
first you need to add a css class for the word, like here: http://screencast.com/t/sd1G4nxW then add this css in theme panel > custom code > custom css:

.colored-text{
color: #439899;
display: inline-block;
margin-bottom: 0;
}

The result should be like here: http://screencast.com/t/igDXT67C
Thanks!

Post count: 39

It worked. Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.