Styled Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pure & Simple] Hide author from posts and post pagesHi there,
Please add this custom css on child theme style.css or Additional css section on customizer. So your changes will not lost on theme update:
.blog .byline { display: none; } .post .byline { display: none; }Let us know how it will goes.
Thanks
Great to hear Rasskapin.
Thanks
Forum: Themes and Templates
In reply to: [Lavish] header Image resolutionHi there,
Could you please try by adding this css on child theme style.css file or Additional css of a customizer.
.lr_responsive_banner { background-size: cover; }Let us know how it will goes.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Remove padding above headerGood To hear that Vicki.
Cheers !
Forum: Themes and Templates
In reply to: [Pure & Simple] Remove padding above headerHi Vicki_B,
You can add this css on your additional css section of customizer or can take help of child theme.
.header-box .logo img { padding-top: 0; }Note: Increase/decrease padding-top value as per your requireemnt.
Let us know how it works for you.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Full-sized image-background within pagesHi Binscout,
Thank you for contacting Styled Themes support team.
We can keep background image normally by using default featured of WordPress inside background image section of customizer.The image is hidden just behind the background color of page, header, widgets…
So here you need to remove background color of theme. Here is the example where we are removing page content background:
body #content { background-color: #23282d !important; }Let us know if you have any doubt on this.
ThanksForum: Themes and Templates
In reply to: [Flat Responsive] Header image height changeGreat to hear that Featheranest.
Thanks
Forum: Themes and Templates
In reply to: [Styled Store] How Can I Make Thumbnails Clickable?Great furkanus,
Forum: Themes and Templates
In reply to: [Pure & Simple] Main-menu borderlinesDear Binscout,
If you are technically sound on WordPress, you can take help of border-bottom property to add on main menu. YOu can take this tutorial as a reference: http://www.w3schools.com/cssref/pr_border-bottom.asp
Thanks
Forum: Themes and Templates
In reply to: [Flat Responsive] Header image height changeDear featheranest,
Thank you for contacting Styled Theme support Team.
You can add this css on additional css of customizer if you are using WordPress 4.7 or on child theme style.css so your changes will not lost ont heme update
.flat_responsive_header #fr-banner { min-height: 300px; }Let us know if you have any question or queries regarding to our Styled Themes.
Thanks
Forum: Themes and Templates
In reply to: [Styled Store] How Can I Make Thumbnails Clickable?Dear furkanus,
Thank you for contacting Styled Themes support Team.
For this you need to customize content-product.php template. YOu can find this template here:
styled-store -> woocommerce -> content-product.php.In-order to have link on the image you just need to play with woocommerce hook called woocommerce_before_shop_loop_item. just pull this hook just starting of content-product.php template
/** * woocommerce_before_shop_loop_item hook. * * @hooked woocommerce_template_loop_product_link_open - 10 */ do_action( 'woocommerce_before_shop_loop_item' );Note: Please customize the content-product.php template keeping on child theme otherwise your custom changes will lost on theme update.
Let us know if you any question or queries regarding to our Styled Themes.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] spam theme pure and simpleDear scottishmoment,
We had checked all other links except this [https://www.scottishmoments.com/ ], all other links leads to page not found. So could you explain on more details with possible screenshot and links so we can provide you appropriate solution as soon as possible
We look forward for your response.
Thanks
- This reply was modified 9 years, 4 months ago by Styled Themes.
Forum: Themes and Templates
In reply to: [Circumference Lite] Jet pack upgrade now custom css won’t workDear Keirwatson,
Thank you for your suggestion and help, highly appreicated
Thanks
Dear roys5173,
Thank you for contacting Styled Themes Support team.
We had checked our theme on latest WordPress version 4.7 and it works fine here. So please try by deactivating each plugin and check correspondingly. You can also check with other theme if this error occurs or not. If this also don’t solve your problems please re-install WordPress on your website.
Thanks
Forum: Themes and Templates
In reply to: [Pure & Simple] Looking for the Blank Page TemplateHi dfcooper2,
There is no such template on our theme but you can create page template without calling header and footer template tags. Here is process to create page template https://developer.wordpress.org/themes/template-files-section/page-templates/
Don’t hesitate to come back to us, we will be more than glad to assist you.
Thanks