Cyber security theme

Home Forums All Other Themes Cyber security theme

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

    Hello team,

    This is my website www.wesecure.net2web.ca

    I am looking for a way to decrease the height of the slider images in desktop version. How can I do that?

    Thanks

    Deepika (Net2web)

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

    Hi,

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

    .nivoSlider {
      height: 650px;
    }

    Regards,
    Chris

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

    Thankyou, It worked.

    Another question is how to change the blue color on hover in “solutions we provide” section can be changed?

    Regards,
    Deepika (Net2web)

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

    Hi,

    Kindly use this CSS to change hover color

    .stop-attack:hover > .elementor-widget-container {
      border: 5px solid #CED617 !important;
    }
    .stop-attack:hover .elementor-image-box-content h3, .stop-attack:hover .elementor-image-box-content p {
      color: #CED617 !important;
    }

    Regards,
    Chris

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

    Hello team, it doesn’t changes to the required color after publishing. Please help

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

    Also another question, we need to add the site main color to the circle & dots in the video section

    Thankyou,
    Deepika (Net2web)

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

    Also need to change the submit button of close form to our theme colors.

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

    Solutions & Industries page have headers & when we add images to them, they looked stretched. Please help

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

    Also, on contact page.. we need to make phone & email clickable with the respective links. Please help.

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

    Hi,

    1. it doesn’t changes to the required color after publishing?

    Ans: Kindly change the required color code in CSS.

    2. we need to add the site main color to the circle & dots in the video section??

    Ans: Actually both are images. You can change the color by using Photoshop.

    3. need to change the submit button of close form to our theme colors??

    Ans: Kindly use this CSS to change submit button color.

    .wpcf7-submit {background-image: linear-gradient(#ced617, #a0a60c) !important;}

    4. Solutions & Industries page have headers & when we add images to them, they looked stretched??

    Ans: Kindly use this CSS to solve image stretching issue.

    .page_head img, .post_head img { height:auto !important;}

    5. on contact page.. we need to make phone & email clickable with the respective links??

    Ans: Kindly refer this documentation how to make phone & email clickable ????

    https://elementor.com/help/clickable-phone-links/

    Regards,
    Chris

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

    Everything is working now. Really appreciate the help.

    One more question, How can we add the page name in header (in about us, services etc pages.)

    Thankyou,
    Deepika (Net2web)

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

    Hi,

    Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.

    We’ll check and revert back to you.

    Regards,
    Chris

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