Hello,
You can add this code in Custom CSS:
.products-grid .product-title a {
color: #115b3a;
}
.page-heading.bc-type-1 {
background: url(http://prettigekerstpakketten.com/wp-content/uploads/2016/09/achtergrond-homepage.png);
background-size: cover;
}
body{
background-repeat: no-repeat;
background-size: cover;
}
Regards,
Rose Tyler.
Hello,
You can add this code in Custom CSS:
.blog-post .post-information {
display: none;
}
Regards,
Rose Tyler.
Hello,
You can download theme on ThemeForest site http://themeforest.net/item/woopress-responsive-ecommerce-wordpress-theme/9751050, log in with your Envato account credentials and free download the latest version in Downloads section.
Regards,
Rose Tyler.
Hello,
You can add some code in your Custom CSS for menu item id.
For example see screenshot: http://prntscr.com/cnpfp6
Regards,
Rose Tyler.
Hello,
You can add this code in Custom CSS:
.fixed-header-area{
opacity: 0.6;
}
.header-type-7 .top-bar {
background-color: rgba(35, 33, 33, 0.85);
}
.header-type-7 .top-bar a{
color: #b9c1be;
}
Add your own values.
Regards,
Rose Tyler.
Hello,
You are welcome!
Regards,
Rose Tyler.
Hello,
Did you create register page as described in our documentation?
https://8theme.com/demo/docs/royal/index.html#!/4_registration_page
Regards,
Rose Tyler.
Hello,
You can add this code in Custom CSS:
.full-page-on .header-wrapper {
position: relative;
}
Regards,
Rose Tyler.
Hello,
You are welcome!
Regards,
Rose Tyler.
Hello,
You are welcome!
Please add this code to the previous
padding-top: 5px;
Regards,
Rose Tyler.
Hello,
Please add this code in Custom CSS:
.navbar {
padding-bottom: 5px;
}
Regards,
Rose Tyler.
Hello,
You can add this code in Custom CSS:
.main-footer {
padding-top: 0;
}
.row-copyrights {
padding-bottom: 10px !important;
}
Regards,
Rose Tyler.
Hello,
You can edit this section in Footer Bottom statick block.
Also, you can change the text “Your cart is currently empty” in Theme Options->Shop->Text for empty cart.
Regards,
Rose Tyler.
Hello,
We’re glad to hear that your issue was solved.
If you have any questions feel free to contact us.
Regards,
Rose Tyler.
Hello,
You can add this code in Custom CSS:
.template-container .top-bar .top-links{
display: block;
}
Regards,
Rose Tyler.
Hello,
Don’t worry, all the CSS styles placed in Global Custom CSS will not be lost after upgrading the theme in the future.
Regards,
Rose Tyler.
Hello,
There is shortcode [portfolio] which inserts Recent Projects slider.
You may try to use it.
Regards,
Rose Tyler.
Hello,
If you want to change slider for different devices then use Revolution Slider Responsive options, here is documentation https://www.themepunch.com/revslider-doc/slider-setup/#slidelayout and video tutorial https://www.youtube.com/watch?v=iyuxFo-WBiU&index=8&list=PLSCdqDWVMJPPDcH_57CNZvLckoB8cimJF
Regards,
Rose Tyler.
Hello,
You can add this code in Custom CSS or in child theme style.css:
.header-type-7 .header .tbs span:before {
display: none;
}
Regards,
Rose Tyler.
Hello,
You can add this code in Custom CSS:
.postid-16542 .page-heading.bc-type-3 {
background: url(http://mad.brandshoutdev.co.uk/wp-content/uploads/2016/06/Calendars-555x555.jpg);
background-repeat: no-repeat;
background-size: cover;
}
For other page, you need to write else id http://prntscr.com/cl2v85
Regards,
Rose Tyler.
Hello,
You can try add this code in Custom CSS:
.list li {
display: block;
}
Regards,
Rose Tyler.
Hello,
Product description – you can translate in \themes\royal\woocommerce\content-single-product.php file
Read more here how to translate:
https://www.8theme.com/demo/docs/royal/index.html#!/1_how_to_translate
Regards,
Rose Tyler.
Hello,
If you just want to add icons with links to your social accounts use Social Links VC element http://prntscr.com/cknq2n
Regards,
Rose Tyler.
Hello,
You’re welcome!
Best regards,
Rose Tyler.
Hello,
You can try edit theme-function.php file is in the /wp-content/themes/legenda/framework directory on line 4796.
Change the following code <h1 class="title"><span><?php woocommerce_page_title(); ?></span></h1>
to this
<h1 class="title"><span><?php
if ( is_product() ) {
echo get_the_title();
} else {
woocommerce_page_title();
}
?></span></h1>
We recommend to make changes in the child theme https://codex.wordpress.org/Child_Themes to keep modifications saved after theme update.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You can add this code in Theme Options > Custom CSS > Custom CSS for mobile:
.archive .page-content > .row, .woocommerce .page-content > .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column-reverse nowrap;
flex-flow: column-reverse nowrap;
}
Regards,
Rose Tyler.
Hello,
We’re glad to hear that your issue was solved.
If you have any questions feel free to contact us.
Regards,
Rose Tyler.
Hello,
You’ve set “Use custom footer for this page” to “Poster-footer” in the home page editor:
http://prntscr.com/ck5gh9
Change the option to “Default” to make all footer visible.
Regards,
Rose Tyler.