Edit Text "Get Register"

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
roychambers880
Forum Newbie
Posts: 1
Joined: Wed Nov 05, 2014 9:12 am

Edit Text "Get Register"

Post by roychambers880 »

I'm new to wordpress and PHP, I'm not a developer and I only understand HTML. All I've learnt so far about wordpress is from youtube, so apologies in advance for all the questions.

In the header where it says "Get Register", i want to change it to just say "Register".

I'm using firebug and Firefox browser to find the file, to edit the above request.

so far, its told me the text i need to edit, is in custom.css?ver=1

on line 329

I found the file custome.css, but how do i edit custom.css?ver=1 please?
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Edit Text "Get Register"

Post by Celauran »

Any text you see will be determined above all else by the theme being used. I don't recall seeing "Get Register" anywhere. That side, if it's in the header, I'd start by looking at the header.php file in your theme directory.
Post Reply