• Resolved daferry12

    (@daferry12)


    I am trying to edit the Blog posts section on my site. I am trying to make everything black that is currently the light blue color. How can I change the blog posts section to make the icons and links become black.

    Also, how can I make the blog posts not have the common theme of blue but rather of the black.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter daferry12

    (@daferry12)

    Here is a link to my page:
    Link

    Hi,

    Please use below CSS

    .enigma_blog_thumb_wrapper_showcase_icons  a {
      background-color: #000 !important;
    }
    .enigma_blog_thumb_date li i {
      color: #000 !important;
    }

    Thanks.

    Thread Starter daferry12

    (@daferry12)

    Thank you for your response that worked perfectly.

    Now my question is once somebody clicks on the read more section it sends them to the blog post which has the light blue theme throughout. How can I change the color scheme on that?

    Hi,

    You have to changes CSS for each element.

    Or it you want to change whole theme’s color scheme.

    Please install Inferno Theme. Its Enigma’s child theme.

    Delete header.php and footer.php from Inferno theme directory.

    Now open wl-orange.css in any text editor and replace #c33939 with your COLOR-CODE.

    Let us know for further assistance.

    Thanks.

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

The topic ‘Blog Posts Section’ is closed to new replies.