Roadfighter Theme

Discussion in 'RoadFighter WordPress Theme' started by proele, Feb 8, 2020.

  1. proele

    proele Member

    Joined:
    Feb 1, 2012
    Messages:
    68
    Likes Received:
    0
    A. Turn off Blog on home page, I switched off the option but it still appears on the home page

    B. In Slider, how do I turn off heading link & Read More
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    The option present in the theme turns on and off the blog post content only but not the whole blog posts section.

    If you want to turn off the whole blog section then,

    To make the desired changes, just paste the code in the custom CSS section of the theme.

    Go to (Dashboard -> InkThemes -> Theme Options -> Styling Option).

    .feature_blog_content {
    display: none;
    }


    or

    .featurebox {
    display: none;
    }


    If you want to turn off the whole caption area then,

    .flex-caption-wrapper {
    display: none;
    }


    I hope the above CSS code will surely help you.

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page