This topic has 9 replies, 3 voices, and was last updated 10 years, 5 months ago ago by Eva Kemp
hello
please you can help me with the following items
. 1 – How I can put the logo bigger
. 2 – how I can remove the breadcrumbs of portfolios
. 3 – how I can remove the category display on the proyect
. 4 – how can remove the title of the content of the first tab in product display
. 5 – it is possible that the content of the first tab always display product Deployed
. 6 – the product is possible to display social icons below the image
. 7 – where I can resize the button add to cart
thanxs
regards
thanks
Hello,
1) You can add the following code into the custom.css and adjust max-width value to get the bigger logo image:
.header5 .logo img, .header6 .logo img, .header1 .logo img, .header7 .logo img {
max-width: 300px;
}
2) To remove breadcrumbs from the portfolio page you should edit portfolio.php file add comment out the following line <?php etheme_breadcrumbs(); ?>
(line 22).
3) This question is a bit unclear for us. Could you please clarify us with more details?
4) To remove the title please add this code into the custom.css:
#content_tab_description h2 {display:none}
5) This question is a bit unclear for us. Could you please clarify us with more details?
6) Please provide us with FTP access and link to the site and we’ll help you with social icons position.
7) To resize “add to cart” button add the following code into the custom.css:
.single-product-page .product-info .single_add_to_cart_button {
width: 300px;
height: 99px;
}
Don’t forget to change width and height values to desired.
Regards,
Jack Richardson
hello thanxs for the support
http://parquex.com/?page_id=145
look the images are disconfigured
thanxs
Hello,
Please provide us with wp-admin access as well.
Regards,
Jack Richardson
here the wp
Hello,
Unfortunately we can’t log in to your FTP account. The credentials are incorrect. Please check them and provide us with the correct ones.
Thank you.
Regards,
Eva Kemp.
hello the access
Hello,
You’ve changed title color to white. That’s why your titles are invisible.
Add the following code into the custom.css to change color of portfolio item title:
.portfolio-descr a {
color:green;
}
Regards,
Jack Richardson
Hello,
To fix the issue with the images display you can update the theme to the latest version (please read our documentation before upgrading: https://www.8theme.com/demo/docs/legenda/index.html#!/upgrade ) or select specific number of projects to be displayed on Portfolio page in Theme Options > Portfolio.
In this way pagination will be enabled and the images should load fine on the 1st page.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up