Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterWelcome anytime @ammarali
Theme Horse Support Team
KeymasterWelcome anytime @madebynastia
Theme Horse Support Team
KeymasterHello Rowena,
For Read More button just use the below custom CSS code:
.call-to-action { padding: 10px 20px; background: rgba(58, 176, 219, 0.9); margin-bottom: 10px; border: none; }Thank you!
Theme Horse Support Team
Keymaster@yesifransiska4991 Which theme you are talking about?
Theme Horse Support Team
Keymaster@theodorparris Yes you can download it from your account by login to our site.
Thank you!
Theme Horse Support Team
KeymasterWelcome anytime @pelchat118
Theme Horse Support Team
KeymasterWelcome anytime @nuriacubas-cuadrado
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/theme/newscard/reviews/?filter=5
We really appreciate your rating.Thank you for using our theme.
Theme Horse Support Team
KeymasterHi James,
Glad to know that you solved the problem and we do not have any relation with WPAstra.
Thank you!
Theme Horse Support Team
KeymasterHi there,
Go to Appearance > Customizer > Design Options > Custom CSS and paste the custom CSS code below to tint behind the text.
.featured-text .featured-title { padding: 10px 20px; background: rgba(58, 176, 219, 0.9); margin-bottom: 10px; } .featured-text .featured-content { padding: 20px; background: #555; margin-bottom: 20px; }Thank you for using our theme.
Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterWelcome anytime @mariamusmanbux if you have any problem do not hesitate to contact us.
Theme Horse Support Team
KeymasterHi there
Please try below CSS code to hide the category from your homepage.
.home .entry-meta.category-meta, .home .category-meta .cat-links { display: none; }Thank you for using our theme.
Theme Horse Support Team
KeymasterHi there,
Can you please clarify what you are trying to say?
Thank you!
Theme Horse Support Team
KeymasterHi there,
For this you have to add below code into your child theme function file which will flow the page sidebar without stopping.
if ( !function_exists('newscard_dequeue_script') ) { function newscard_dequeue_script() { wp_dequeue_script( 'jquery-sticky' ); wp_dequeue_script( 'newscard-jquery-sticky' ); } } add_action( 'wp_enqueue_scripts', 'newscard_dequeue_script' );Thank you!
Theme Horse Support Team
Keymaster -
AuthorPosts
