• Resolved rahulrkrishnan

    (@rahulrkrishnan)


    I am using Online News: News Section 1 widget in my home page.

    I need to know how to add a View Post button in this widget instead of clicking on the post title?

    I also need help to change the size and background color of SLIDER in homepage. Is it possible to add an FOF and EOF in this slider as it on a loop now.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Rigorous Themes

    (@wpgaint)

    View Post button feature is not available in current version of Online New. We will be adding that features in our next version
    To Change height and color for a slider, Go to Admin panel > Appearance > Customize > Additional CSS and paste below given CSS.
    For height of color
    .banner .owl-carousel .item{
    height: 50vh;
    }
    For color of slider if there is no image in slider
    .owl-carousel .item:before, .owl-carousel .owl-item:before, .featured-section figure:before{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    }
    For more information, you can visit our documation https://themepalace.com/instructions/themes/online-news/

    or you can send email to us at [email protected]

    Thread Starter rahulrkrishnan

    (@rahulrkrishnan)

    Thank you for the support. Given CSS for slider height and color worked flawlessly.

    Looking forward to the View Post button in next version!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to add post View button in Online News: News Section 1 widget?’ is closed to new replies.