Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 9 years, 6 months ago Kris
    Participant
    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!

    9 years, 6 months ago Kris
    Participant
    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!

    9 years, 6 months ago Kris
    Participant
    in reply to: Problems with menu dropping

    Hello,

    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!

    9 years, 6 months ago Kris
    Participant
    in reply to: fullscreen slider on mobile

    Hello,

    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!

    9 years, 6 months ago Kris
    Participant
    in reply to: The video in Codeless slider does not appear on mobile responsive

    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!

    9 years, 6 months ago Kris
    Participant
    in reply to: mobile site leaving a space on the right side

    Hello,

    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!

    9 years, 7 months ago Kris
    Participant
    in reply to: Service Circle Icon & Service Square links don't work

    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!

    9 years, 7 months ago Kris
    Participant
    in reply to: Codeless slider image

    Hello,

    Glad to know you resolved it. Thank you for letting us know.

    Best regards!

    9 years, 7 months ago Kris
    Participant
    in reply to: Editing of slider

    Hello,

    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!

    9 years, 7 months ago Kris
    Participant
    in reply to: Contact Us Form Styling Issues after submitting

    Hello,

    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!

    9 years, 7 months ago Kris
    Participant
    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!

    9 years, 7 months ago Kris
    Participant
    in reply to: Increase size of social media icons in top widget area?

    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!

    9 years, 8 months ago Kris
    Participant
    in reply to: Testimonial font color

    Hello,

    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!

    9 years, 8 months ago Kris
    Participant
    in reply to: Menu reacts differently on iPAD then Laptop/PC

    Hello,

    Glad to know you fixed it.
    Thank you for letting us know.

    Best regards!

    9 years, 8 months ago Kris
    Participant
    in reply to: background color

    Hello,

    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!

Viewing 15 posts - 106 through 120 (of 427 total)
← 1 2 3 … 7 8 9 … 27 28 29 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password