HOVER COLOR ON FRONT PAGE

Home Forums BeFit Theme Support HOVER COLOR ON FRONT PAGE

Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • #199196
    Tyrone BanksTyrone Banks
    Participant
    • Topics: 1
    • Replies: 12
    • Total: 13
    Member since: July 1, 2022

    Pls i need to know how to change the orange hover color on pictures. I have tried several settings, it still does not work. For clarity sake, it happens on the image hover effect, the orange just needs to be changed to another color

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

    Hi,

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

    .sec1-box:hover {
    background-color:#00dbff;
    }

    Kindly Add your color code.

    Regards,
    Chris

    #199222
    Tyrone BanksTyrone Banks
    Participant
    • Topics: 1
    • Replies: 12
    • Total: 13
    Member since: July 1, 2022

    This has worked only on the first section. Some sections are still with the hover orage color. What are the CSS Classes or IDs

    #199223
    Tyrone BanksTyrone Banks
    Participant
    • Topics: 1
    • Replies: 12
    • Total: 13
    Member since: July 1, 2022

    The website is thetwngroup.com

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

    Hi,

    Kindly use this CSS.

    .team-thumb:hover { background-color:#D9BB00;}

    Regards,
    Chris

    #199229
    Tyrone BanksTyrone Banks
    Participant
    • Topics: 1
    • Replies: 12
    • Total: 13
    Member since: July 1, 2022

    I have one last issue tho, there seems to be an orange background in the first section as you fixed in the firstpost. Below is a link to the screenshots https://ibb.co/znJhk3N

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

    Hi,

    Kindly use this CSS to change border color.

    .sec1-box.odd {
      border-top: 5px solid #D9BB00;
    }
    .sec1-box.even {
      border-bottom: 5px solid #D9BB00;
    }

    Regards,
    Chris

    #199244
    Tyrone BanksTyrone Banks
    Participant
    • Topics: 1
    • Replies: 12
    • Total: 13
    Member since: July 1, 2022

    I already fixed it Thanks. There seems to be an issue with the short code for “our people” [ourcoach col=’4′ show=’4′ excerptlength=’0′]

    I need to show all coaches of about 15 in numbers on the front page, How do i achieve this?

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

    Hi,

    If you want to show all coaches?

    Kindly add -1 instead of 4 in shortcodes.

    Example:

    [ourcoach col='4' show='-1' excerptlength='0']

    Regards,
    Chris

    #199248
    Tyrone BanksTyrone Banks
    Participant
    • Topics: 1
    • Replies: 12
    • Total: 13
    Member since: July 1, 2022

    Thank you.
    Would try that now

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

    Hi,

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

    Regards,
    Chris

    #199252
    Tyrone BanksTyrone Banks
    Participant
    • Topics: 1
    • Replies: 12
    • Total: 13
    Member since: July 1, 2022

    -1 In the code breaks the page. Can i show at most 10

    #199272
    Tyrone BanksTyrone Banks
    Participant
    • Topics: 1
    • Replies: 12
    • Total: 13
    Member since: July 1, 2022

    I need to know how to remove the default header image on all pages. https://ibb.co/9vd0HMQ

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

    Hi,

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

    .page_head { display: none;}

    Regards,
    Chris

    #199334
    Tyrone BanksTyrone Banks
    Participant
    • Topics: 1
    • Replies: 12
    • Total: 13
    Member since: July 1, 2022

    Pls how do i shift the logo on the upper left side to the left corner. I do not like the way its above the menus.

    Then also want to reduce the length of the black header, its too long thus bringing the menus down.I would provide a link shortly so you see it

    https://ibb.co/QFGtVLx

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