Hi
Thanks for asking query to us.
Kindly share the page URL on which you have issue. So that we can take a look and assist you better.
Thanks
Webriti Support team
Thread Starter
vuumar
(@vuumar)
Hi
Method 1
To open Latest Blog section read more button in new tab for this follow the given below instruciton.
1 Find the functions.php file located in your child theme folder.
2 Open the file and add the below code snippet at the end of functions.php file.
function modify_read_more_link() {
return '<a target="_blank"class="more-link" href="' . get_permalink() . '">Read More </a>';
}
add_filter( 'the_content_more_link', 'modify_read_more_link', 999 );
Method 2
If yo want to prevent lost of changes when you update the theme. Use code snippet plugin and add the above code using code snippets.
Let us know if you have any confusion.
Thanks & Regards
Webriti Support Team
-
This reply was modified 2 years, 10 months ago by
radhika1992.
Thread Starter
vuumar
(@vuumar)
Sorry for the confusion. I want the Scroll Down button to open in the same window not blog posts. Also, if we can change the right arrow to down arrow on the button.
Hi
To open the scroll down button in same window follow the given below instruction.
1 Find the index-static.php file located in your parent theme directory (quality).
2 Open the file and find the below line of code on line no 32.
<a class="slide-btn-sm" href="<?php echo esc_url($quality_current_options['home_image_button_link']); ?>" target="_blank">
3 And Replace it with below line of code.
<a class="slide-btn-sm" href="<?php echo esc_url($quality_current_options['home_image_button_link']); ?>" >
Let us know if you have any confusion.
Thanks
Thread Starter
vuumar
(@vuumar)
Yes, now the link opens in the same Windows. Anyhow, how we can change the right arrow on the button to down arrow.
Hi
To change the right arrow on the button to down arrow.
For this Go to Appearance >> customizer >> Find the additional css box and add the below css code inside the box.
.slide-btn-sm:after {
content: "\f13a";
}
let us know if you have any confusion.
Thanks
-
This reply was modified 2 years, 10 months ago by
radhika1992.
Thread Starter
vuumar
(@vuumar)
Thanks for your help. It worked for me.
Hi
Glade to know that it was resolved.
If you like our theme and support pls give rate us here. https://ww.wp.xz.cn/support/theme/quality-orange/reviews/#new-post
Feel free to contact us for further assistance.
Thanks & regards
Webriti Support Team