Forum Replies Created
-
in reply to: Contact form 7
Hello,
@privacylab , Please go to file style.css and find this line:div.wpcf7-mail-sent-ok { border: 2px solid #398f14; }edit it to this:
div.wpcf7-mail-sent-ok { /* border: 2px solid #398f14; */ }Best regards!
in reply to: Visual Composer tab pb Gallery elementHello,
I edited the code. This is what i see from your site now: Screenshot1 , Screenshot2, Screenshot3.
Best regards!
in reply to: Circle Image code not workingHello,
What version of Visual Composer do you have? Please try using “Service Circle Icon” element, for the circle image. Let us know.
Best regards!
Hello,
The carousel feature for recent portfolio does not have side arrows. You can drag with your mouse, the portfolio items from left to right and vice versa. See online demo: https://codeless.co/specular/business4/
Best regards!
in reply to: Transparent headerin reply to: Menu hover styleHello,
I found this css of your menu:
.header_1 nav .menu > li > a::before { margin-right: 12px; content: ''; }but the ‘content’ is empty. Please edit it to this:
.header_1 nav .menu > li > a::before { margin-right: 12px; content: '['; }Then do the same with this code:
.header_1 nav .menu > li > a::after { margin-left: 12px; content: ""; }edit to this:
.header_1 nav .menu > li > a::after { margin-left: 12px; content: "]"; }Result screenshot.
If still no luck, then send us your wp credentials, so we can do it for you.Best regards!
in reply to: Staff picture size and linkHello,
@JoshGoldenberg
I have replied you here: https://support.codeless.co/?topic=changing-staff-picture-size-on-individual-staff-pages/#post-1990Best regards!
Hello,
To achieve this, please add into your custom css box, the lines:
.blog-article.standard-style .content { width: 50%; } .blog-article.standard-style .media { width: 50%; }Best regards!
in reply to: Contact Page stylingHello,
Can you be more specific on the changes you want to make? So i can help you. Please send me some screenshots of the resulting form and your site’s url.
Best regards!
in reply to: Portfolio ProblemsHello,
Please reset your permalinks and try again. Let us know.
Best regards!
in reply to: Spacing issue with ‘List’ ElementHello,
Please add these lines into your page’s custom css box:
.wpb_row.section-style, .wpb_row.standard_section { margin-bottom: 10px; }Best regards!
in reply to: Contact Page stylingHello,
You can just add some css into you custom css box. Let us know if you need help with that!
Best regards!
-
This reply was modified 11 years, 3 months ago by
Mirela.
in reply to: Mobile Version MenuHello,
Please make sure you have chosen the light header option in Page Options & Styles(screenshot) for navigation menu items to be dark styled. To remove slider from appearing in mobile, add these lines into your custom css box:
@media (max-width:797px){ .slider#slider-fullwidth { display: none; } }If these won’t do, send me your site’s url so i can give more specific advice.
Best regards!
Hello,
Sorry for the late reply.
Please add these lines into your custom css box:.codeless-slider-container {position: absolute;} .codeless_slider_wrapper {padding-left: 0 !important;}Let us know if the issue persists.
Best regards!
in reply to: Pagination is not workingHello,
Please send us your ftp credentials in a private reply. So we can give a closer look.
Best regards!
-
This reply was modified 11 years, 3 months ago by