• Resolved zeleronx

    (@zeleronx)


    To whom it may concern,

    My wife and I are trying to figure out how to change the white color of the main page and the sidebar. Any assistance would be helpful.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @zeleronx

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    body.custom-background .wrapper {
      background: #000; /* add your desired color */
    }

    Let me know if that does it.
    Thank you.

    Thread Starter zeleronx

    (@zeleronx)

    Hey @snehalb890,

    That worked! Thanks so much. Final questions if you don’t mind.
    1. How would I change the font color of the post author’s username and date?
    2. Is there any way to add your own social media links to the header/footer?

    • This reply was modified 7 years, 3 months ago by zeleronx.
    Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @zeleronx

    1. To change the font color of the post author’s username and date add below css code.

    .meta, .meta a {
      color: #000;
    }

    2. To add social media links to footer install and activate the Menu Image Plugin.
    And here is the Documentations of the plugin that how to perform the steps to add social icons. You just need to select the footer Menu from menu settings.

    Hope you get this.
    Thanx.

    Thread Starter zeleronx

    (@zeleronx)

    Thank you @snehalb890! You’ve been very helpful.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Changing content BG color’ is closed to new replies.