Forum Replies Created
-
in reply to: Testimonial font color, email link and faq issue
Hello,
1-Please add this code into your custom css box:
.single_testimonial dl dd .param h6 { color: #4cadc9 !important; } .single_testimonial dl dd .param .position { color: #aaa !important; }Change the values to your wish.
2-Make sure you are writing in the ‘Text’ tab of the text editor. See screenshot.
3-Add the email at the input box like this:
mailto:[email protected]
Let us know.Best regards!
in reply to: Back to Top buttonHello,
Please go to file css/boostrap.css and find these lines:
a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }edit to this:
a:focus { outline: medium none; outline-offset: -2px; }Save file.
Best regards!
in reply to: responsive issues with the "Recent Portfolio" boxesHello,
This is strange. Can you please send us your wp credentials in a private reply? So we can give it a closer look.
Best regards!
in reply to: Load Time on WebsiteHello,
Please read this article regarding it: https://codeless.co/how-i-increased-more-than-70-the-speed-of-my-website/
Let us know.Best regards!
in reply to: Testimovial (Carousel) element bugHello,
1-I see you have edited the code we gave you to this:
@media (max-width: 480px){ .skill { visibility: visible ; -webkit-animation: none ; -moz-animation: none ; -o-animation: none ; -ms-animation: none ; animation: none ; } }Which removes at all the animation.
3-I added this code into the page’s custom css box:
.wpb_content_element.list.only_icon { width: 100%; }It’s ok now.
Best regards!
in reply to: Page header background image on Chrome/SafariHello,
I opened “News/Education” page in Safari, but i don’t get the issue you are seeing. The overlay is displaying ok. Please see screenshot.
Best regards!
in reply to: Meanu font colorHello,
For that you need to edit theme files. Please go to file vc_templates/testimonials_carousel.php and find these lines:
https://codeshare.io/JLNJ0Replace with these:
https://codeshare.io/UhCv6Last step, add this code into you custom css box:
.testimonial_carousel .item h6 { text-align: center;} .testimonial_carousel .item .position { margin-left: 47%;}Note: Make sure to save a copy of the edited file, for that when you make a theme update in the future, you can replace the changed file back.
Best regards!
-
This reply was modified 9 years, 10 months ago by
Mirela.
in reply to: woocommerceHello,
You can use a Woocommerce extending plugin for it. I can suggest you “WooCommerce Custom Product Tabs Lite“.
You can find more useful information on tabs editing from this link:https://docs.woocommerce.com/document/editing-product-data-tabs/
Best regards!
in reply to: woocommerce single product sidebarHello,
Please send us you wp and ftp credentials in a private reply. So we can do it for you.
Best regards!
in reply to: Back to Top buttonHello,
2-I don’t see any error in this section (and entire page), screenshot. Do you still have it? Perhaps it may be caused by some add-on installed on your browser or temporary bad internet connection.
3-You can style it as you wish with some custom css. In this case, add this code:
@media (max-width: 480px) { .scrollup { width: 50px; height: 50px; margin-right: -8px; }}Change the values to your wish.
Best regards!
in reply to: Product Category WidgetHello,
You can alter the design of every element in the theme (Product Category widget included) using custom css code. Just add the code into your Custom Css Box, located in General Options.
Best regards!
in reply to: Recent portfolio linksHello,
Sure, write us whenever you are ready.
Best regards!
in reply to: Hover color in navigationHello,
Please add this code into your custom css box:
.header_1 nav li > a:hover { color: #007da4 !important; }Change the color to your wish.
Best regards!
in reply to: Testimovial (Carousel) element bugHello,
Can you please send us your wp credentials in a private reply? So we can test and fix this. Let us know.
Best regards!
in reply to: Codeless Slider Height ChangeHello,
You may want to consult your host provider regarding the backup. The message you are getting means you can not read/write data from database.
To update theme you only need to overwrite the current theme files with the newly downloaded package. So to back up your current files, just save wp-content/themes/specular folder in your computer. Or just rename it and then upload the new theme version.
If you want to make a full site backup (content too) then i suggest you use a backup plugin.
Read these useful articles regarding it:
https://www.wpbeginner.com/plugins/how-to-create-a-complete-wordpress-backup-for-free-with-backwpup/Best regards!
-
This reply was modified 9 years, 10 months ago by