Forum Replies Created
-
in reply to: Change color of animated counter
Hello,
You can add these lines to your CSS box, to change the numbers color:
.odometer.odometer-auto-theme { color: white !important; }and these to change the text color:
.animated_counter.icon_yes h3 { color: white !important; }Change the color to your wish.
Let us know.Best regards!
in reply to: Comments (hide)Hello,
What code have you added? Did you turned off the Show comments count at blog post button on blog config? If you did and the comment count still shows, add this code to your CSS box:
.blog-article.timeline-style .content li { display: none !important; }Let us know.
Best regards!
in reply to: Problems with menu droppingHello,
Please go to your Appearance > Editor. The first file to open for edit is the style.css file.
Find and replace the code mentioned above, here. Save the changes and reload the page.
Let us know.Best regards!
in reply to: fullscreen slider on mobileHello,
Can you send us your site url? We should give it a closer look.
Paste it on your profile user information. Read this article for more information.Best regards!
Hello,
This is what i get when viewing your site on mobile mode: screenshot. The slider shows up correctly.
Did you manage to fix the issue?
Let us know.Best regards!
in reply to: mobile site leaving a space on the right sideHello,
Please go to your theme files, open style.css and find these lines :
.vc_row .vc_row{ margin-left:-15px !important; margin-right:-15px !important; }Remove the !important from the
margin-left:-15px !important;
and save file.
Then add again the code that we gave you, on your CSS box:@media (max-width: 480px){ .vc_row .vc_row { margin-left: 0 !important; }}Let us know.
Best regards!
Hello,
Please can you send us a link where you are running this? I didn’t see any social media icon use on your site.
Let us know.Best regards!
in reply to: Codeless slider imageHello,
Glad to know you resolved it. Thank you for letting us know.
Best regards!
in reply to: Editing of sliderHello,
Sorry, but i don’t see any space between menu and the slider. Did you manage to fix it?
see screenshot
Let us know.Best regards!
in reply to: Contact Us Form Styling Issues after submittingHello,
Please add this code to your custom CSS box, to remove the yellow lines:
div.wpcf7-validation-errors { border: none; }and this to remove the green lines:
div.wpcf7-mail-sent-ok { border: none; }Let us know.
Best regards!
in reply to: responsive (Tower digital agency)Hello,
Please add this code to your page CSS box:
@media (max-width: 480px) { figure.wpb_wrapper.vc_figure { width: 77%; } .wpb_content_element.block_title.section_title.inner-only_text h3 { width: 77%; } .wpb_content_element.block_title.section_title.inner-only_text h1 { width: 81%; } }Let us know.
Best regards!
Hello,
To change the size of social media icons add this code to your custom CSS box:
.top_nav .social_widget li i { font-size: 21px !important; }Change the size to your wish.
Best regards!
in reply to: Testimonial font colorHello,
Yes, you can change the staff position font color. Please add this code to your custom CSS box:
.single_testimonial dl dd .param .position { color: #f5f5f5; }Change the color to your wish.
Let us know.Best regards!
in reply to: Menu reacts differently on iPAD then Laptop/PCHello,
Glad to know you fixed it.
Thank you for letting us know.Best regards!
in reply to: background colorHello,
Please see this screenshot that the page has a background color in a light grey color. You can set the color to your wish.
Is there something else that you want to change?
Let us know.Best regards!