• Hi there,

    I’ve tried modifying the stylesheet’s values of .site-title and .site-description, specifically their color attribute, and no matter what I do, the changes aren’t being reflected. I have used multiple browsers and purged my caches, and no luck.

    Also, the footer menu isn’t showing up, and I have no idea how to add social icons to it. Can you guide me on how to do this? Is there somewhere I can input my social media information for this theme?

    Thank you!
    Rahul

Viewing 1 replies (of 1 total)
  • Try using a Custom CSS plugin and adding the following CSS code to Appearance > Custom CSS.

    .site-title, .site-description {
        color: #000;
    }

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Modifying Stylesheet Not Working’ is closed to new replies.