• Hello.

    I’m trying to adjust two things on my homepage. I want to change the gray on the sidebars to a specific color and have no idea how. I don’t want to mess with my CSS template without the proper direction.

    Also, at one point there was text that followed each post on the homepage, sort of like a preview and now it’s gone. I had my friend try to adjust the color on the sidebars for me but failed and now I fear he changed something else in the process.

    Any help would be greatly appreciated.

    site is with the Resportsive Theme.

Viewing 8 replies - 16 through 23 (of 23 total)
  • I think I found the change your friend made that made the excerpt text white.
    Try adding this to Custom CSS:

    body {
       color:#000;
    }
    Thread Starter arjohnson101

    (@arjohnson101)

    deleted and reinstalled the plugin and it seems to be working now. Thanks it looks a lot better than having a ton of gray/white space.

    The text shows up in the rest of the homepage but now it’s missing from the carousel (at least I remember there text being there). Not a big deal but otherwise it looks really awesome.

    I think the glow looks pretty cool.

    One last question, if I want to change the color of the white center what code would I use?

    Thread Starter arjohnson101

    (@arjohnson101)

    You are a lifesaver, this is all amazing.

    I like the glow too.

    If you make the last change I suggested, you can delete the .story-text change and all your text will magically appear again.

    This is the code to change the color of the white background:

    #content {
      background: #ddd;
    }
    Thread Starter arjohnson101

    (@arjohnson101)

    Last question I promise. How would I go about changing the background on the widgets themselves?

    How about changing the headers instead of the background?

    span.widget,
    .section-header span,
    span.section {
      color: #fcbc00;
    }
    Thread Starter arjohnson101

    (@arjohnson101)

    That looks really good actually.

    Thanks again for all your help. I went to the vendor’s site and they said they couldn’t help me so this is all appreciated, thank you.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Side note (again): Much thanks to stacyduval for all this great support. 😉

Viewing 8 replies - 16 through 23 (of 23 total)

The topic ‘Changing Homepage’ is closed to new replies.