• On the blog section, I currently have 2 rather large boxes of for posts, I would like to have three smaller sized boxes and I would also like to change the color of the blue titles inside the boxes. Thank you guys!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi..

    Please add 3 post for blog post, it show 3 boxes for post.

    Now go to Admin Dashboard >> Appearance >> Theme Options >> Theme General Settings.
    Now copy below code and paste into Custom CSS Editor.

    .enigma_blog_thumb_wrapper h2 a{
         color: COLOR-CODE !important;
    }

    Here COLOR-CODE is replaced by your color-code.

    Save the changes.

    Thanks.

    Thread Starter ljkep86

    (@ljkep86)

    Got it! Also want to remove “Read more” button only off of blog section boxes but not on the slider.

    And blue shadow underneath boxes.

    Thank you!

    Hi..

    Please add below css into Custom CSS Editor.

    .enigma_blog_thumb_wrapper .enigma_blog_read_btn{
        display: none !important;
    }
    .enigma_blog_thumb_wrapper{
        border-bottom: none !important;
    }

    Save the changes.

    Thanks.

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

The topic ‘Edit Recent News Section’ is closed to new replies.