Rotator Color Change

Home Forums All Other Themes Rotator Color Change

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #191543
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    Hello Team,

    We are using CCTV theme for our project. We have a question regarding ‘Industries Rotator’ color change. Its’s in the default theme color & doesn’t match with our color scheme.

    Also there is a green box in testimonial section. we want to remove it too..

    Will appreciate your support.

    Thanks,
    Deepika (Net2web)

    #191574
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL?

    Regards,
    Dave

    #191583
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    Hi,

    Here : devicesmart.ca in the “We Provide Automation
    in all industries” section

    Thanks,
    Deepika (Net2web)

    #191628
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #industries .owl-nav .owl-prev:hover, #industries .owl-nav .owl-next:hover { background-color: #353535;}

    Regards,
    Dave

    #191638
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    Hi Dave,
    It worked. Thankyou for your help. Also I have another issue. I want to remove the green box from the testimonial section.

    Regards,
    Deepika (Net2web)

    #191640
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS to remove green box.

    .sec9-skillwrap::before {
      display: none;
    }

    Regards,
    Dave

    #191641
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    Thankyou for quick reply. Can you please also help in changing the button color in contact section.

    Regards,
    Deepika (Net2web)

    #191681
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS.

    .wpcf7-submit {
      background-color: ##ffc313 !important;
    }

    Regards,
    Dave

    #191698
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    Thankyou so much for the help. All set.

    Regards,
    Deepika (Net2web)

    #191748
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Dave

    #192665
    Naved AshrafNaved Ashraf
    Participant
    • Topics: 8
    • Replies: 34
    • Total: 42
    Member since: August 18, 2020

    Hey,
    We can’t find our logo in mobile & tablet version.. Please help.

    Thanks,
    Deepika (Net2web)

    #192709
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width: 1079px) {
    .logo img {
      height: 50px !important;
      width: 202px !important;
    }
    }

    Regards,
    Dave

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.