New Landing How can we help? Themeforest Theme Support Flexform Set button text color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Flexform
  • #81605
    Bitedge
    Member
    Post count: 345

    Hi guys I have my site set to make text links in pages blue but I want to exclude buttons from that and make text in buttons 333333 how can I do that? Thanks

    #81668
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this custom css:

    .page-content a.sf-button {
      color: #333333 !important;
    }

    – Kyle

    #81671
    Bitedge
    Member
    Post count: 345

    Cheers

    before I added that they hovered to white, can we get the hover back?

    Thanks

    #81677
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .page-content a.sf-button:hover {
      color: #FFFFFF !important;
    }

    – Kyle

    #81686
    Bitedge
    Member
    Post count: 345

    Great, and this should be the last 2

    how do I set the hover color for buttons in the sidebar/widget?

    How do I set the color for icons and list items such as on this page

    http://bitcoin-betting-guide.com/articles-for-serious-bettors/how-to-be-a-winning-sports-bettor/

    I have an icon inside a button and it defaults to red and I have 2 lists types that default to green,

    Thanks

    #81689
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    The icon will use the ‘icon color’ set in the color customiser

    I’m afraid the only way you can change the hover color is to go to includes/swift-framework/sf-custom-styles.php and go to line 661, you will see:

    echo 'a.sf-button:hover, #footer a.sf-button:hover {background-image: none;color: #fff!important;}'. "\n";

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.