• Resolved darkrupy

    (@darkrupy)


    Hello everyone i’m back yet again,and this time I have a possibly less confusing issue.Below is my page

    https://hhogan.com/beta/

    I’m trying to change all of the gray text to red,including the text within the footer,I would like to also change the color of the social media icons to orange as well,while adding a red hover to them.

    I’m also noticing that my nav bar text has a white outline,which i’ve been trying to get rid of,using the same method I used to remove the white space around the orange header 2 text,but it didn’t seem to work.

    Also,I was also wondering how would i go about adding a red hover to the orange headers text,as well as the featured pages buttons.These aren’t nessacary as the two i mentioned earlier,but if anyone is willing to give input,it would be much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You could try:

    body {
    font-family: xxxxxxx;
    color: red;
    }

    I can’t help you with the others but you definitely need to read through the Snippets since most of the answers are in there.

    I think you just beat my World Record by asking 6 questions in 6 inches.

    Thread Starter darkrupy

    (@darkrupy)

    Alright sounds good,just running out of time with this,I have to present my site tomorrow morning,i’ve been working on it for the past few weeks is all.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing text color,and removing the white outline from navbar’ is closed to new replies.