Forum Replies Created
-
AuthorPosts
-
Hi,
To translate widget title: You can go to Event post and edit it.
To translate content: You can use Poedit Software and file ".pot" (/plugins/behealth-framework/languages/yolo-behealth.pot) to translate the language.
Hi,
You can add a “class” for links and use CSS to add colour.
You can add this line in Custom CSS:
a.social{
color: #357a29;
}
a.social:hover{
text-decoration: underline;
}
This reply has been marked as private.Hi,
There is currently no this option in our theme.
You can add this line in Custom CSS:
.single-post .blog-inner .entry-thumbnail-wrap {
display: none;
}
Hi,
On a site that uses quite a lot of links. The use of "link color" can change colour in many places not desired. (we removed "link color" in new version).
- In your case: you can add a "class" and use CSS to add colour for the link.
Best regards,
Hi,
1, You go to shortcode "Yolo portfolio" => Filter Setting => Filter by => Select "Category".
2, You go to text colour and change it. http://prntscr.com/exo6jf
Hi,
Footer block is null => It seems that the data has not been fully imported.
You can try again or you can custom a footer block or you can send me wp-admin, I will help you add it.
Hi,
Your programmers are true, but you need to custom Footer block.
- With HTML or text static: you don't use shortcode Raw HTML, Text Block, Custom Heading, instead of that you use Sidebar widget.
Final, you go to Language -> String translates -> Find and translate for each other language.
Hi,
Please send me wp-admin your account. I will help you check.
Hi,
I want to change the red overlay colour on Instagram thumbnails to white
You can use CSS style:
.yolo-footer-wrapper.footer-2 .wpb_wrapper .instagram-pics li a:before {
background: rgba(255, 255, 255, 0.5)!important;
}
.yolo-footer-wrapper.footer-2 .wpb_wrapper .instagram-pics li a:after {
background: rgba(255, 255, 255, 0.5)!important;
}
Hi,
Where you want to change phone number?
Top bar or Footer.
Top bar: you go to Widget -> Top Bar Left -> change it. http://prntscr.com/exak6j
Footer: eg: Footer Home 1: You go to Motor => Footer Blocks => Footer Home 1 => edit
Hi,
Make sure you are using the latest version.
You can try with SQL file below (note: remove URL before import data ).
http://demo.yolotheme.com/dummy/motor => your URL.
Hi,
You can use CSS:
.woocommerce .product-info,
.single-product .product-info {
text-align: left;
}
.product-info .woocommerce-loop-product__title{
padding-left: 20px;
}
Hope it help!
Hi,
You go to "home_1.php" (/wp-content/plugin/motor-framework/includes/shortcodes/recent-news/templates/home_1.php) and edit "medium" => "full" or "large".
-
AuthorPosts
