Forum Replies Created
-
Hello,
5-So i suppose you mean this one: screenshot. For it, add this code into your custom css box:
.woocommerce #content table.cart a.remove, .woocommerce table.cart a.remove, .woocommerce-page #content table.cart a.remove, .woocommerce-page table.cart a.remove { color: #80296A !important; } .woocommerce #content table.cart a.remove:hover, .woocommerce table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover { background-color: #80296A !important; color: #fff !important; }I already added them into your site. Change the colors to your need.
6-No, for this it is needed to make changes in the theme files (header.php) and edit the css as well.
7-I edited the css for the header tools and logo in mobile. Result.
Best regards!
in reply to: Dummy Data for Business 5Hello,
The database name and password is not needed to be the same with the wordpress installation. Send us your ftp credentials in a private reply. We will give it a closer look.
Best regards!
in reply to: Archives ordered by Year instead of MonthsHello,
For that you need to edit WordPress files. Please read a detailed information here: https://codex.wordpress.org/Function_Reference/wp_get_archives
Sorry but this is a customization not included in theme support.Best regards!
in reply to: Extra, unwanted padding on rowsHello,
I see in the css that the padding bottom of the row is set up to have 60px distance value. First go to row settings and make sure you do not have set up any bottom padding, then add this code into your custom css box:
.wpb_row.section-style, .wpb_row.standard_section { margin-bottom: 30px !important; }Let us know.
Best regards!
in reply to: number of portfolio itemsHello,
Select the pagination in the portfolio page’s Portfolio Options > Select the pagination method (screenshot).
Best regards!
Hello,
The wp-config.php file is located in your wordpress installation root. Where you have the three main folders, wp-admin, wp-content and wp-includes (screenshot).
Best regards!
in reply to: Disable menu on one pageHello,
Yes, for only the menu, please add this code instead:
#navigation { display: none;}Best regards!
in reply to: mobile header margins not lining upHello,
For the mobile menu i removed this line:
.mobile_small_menu { left: 30px !important;}from the@media (max-width: 767px)block of code and added this:
.mobile_small_menu { margin-left: -30px !important;}in the end.
For the logo position in landscape, i added this:@media (max-width: 979px){ #logo { left: 60% !important;} }Please check it.
Best regards!
in reply to: currency sign US Dollar vs. Euroin reply to: Mixed content and SSL sertificateHello,
@nooramanso,
Please open your own ticket. The private replies are visible only to the ticket author and the support admins. This means, replying in private at someone else topic, makes you data visible to him too.
I could open the mobile menu without problem (screenshot) did you manage to fix your issue?
The js error is caused by the js code you have added at your “Custom JS Code”. If you remove it, the error goes too.Best regards!
in reply to: Right Align not workingHello,
You had an error in the previous css code, which was causing the next one (the code i gave you), not to take effect. You had put a
)instead of}. However, i set up the second button to align right. Then i commented out the second block of css i gave you and added the first one. Now the code works.Regarding the re-alignment, please check the server connection. It could be that from time to time the server connection fails to load all necessary scripts and styles to keep the full view of the website.
Let us know if you need further help.Best regards!
in reply to: Dummy Data for Business 5Hello,
Please contact your hosting provider and make sure you do have all necessary access right. The import process does finish successfully but the pages can not be created. Let us know.
Best regards!
in reply to: Disable menu on one pageHello,
Add this code into those page’s custom css box(screenshot):
header#header { display: none;}Best regards!
in reply to: Extra, unwanted padding on rowsHello,
Glad to know it’s every thing ok.
Best regards!
in reply to: Portfolio items problemHello,
Yes, please add this code:
.wpb_row.standard_section { margin-bottom: 12px !important; }Result.
Edit the values to your wish.Best regards!