New Landing How can we help? Themeforest Theme Support Flexform color customizer > color-body > link text changes side navigation menu text colo

Viewing 13 posts - 16 through 28 (of 28 total)
  • Posted in: Flexform
  • #21265
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Can you show me a live link?

    Thanks,
    laranz.

    #21332
    Bitedge
    Member
    Post count: 345

    The buttons that say “Full review”

    http://australian-sports-betting-guide.com.au/

    I think the theme knows if the default button colors are dark or light and whether it should give a black or white arrow for each color.

    but with this customer color its just defaulted to white arrow

    #21541
    Cosmin – SUPPORT
    Member
    Post count: 3851
    .newcolorButton .arrow { color: #000 !important; }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #21589
    Bitedge
    Member
    Post count: 345

    I added that, and only that just as it is, to the bottom of custom CSS box and nothing happened…

    #21604
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Delete that, and try this.

    .newcolorButton .arrow {
    background-image: url("images/button-arrow2.png") !important;
    }
    

    Let me know, what you got.

    Thanks,
    laranz.

    #21609
    Bitedge
    Member
    Post count: 345

    That removes the arrow entirely

    #21625
    Bitedge
    Member
    Post count: 345

    That image is at

    /wp-content/themes/flexform/images/button-arrow2.png

    #21817
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this, open up style.css and spot this

    a.sf-button.lightgrey .arrow, a.sf-button.green .arrow, a.sf-button.limegreen .arrow, a.sf-button.white .arrow

    at line #5026 include your new color with that.

    a.sf-button.newcolorButton .arrow, a.sf-button.lightgrey .arrow, a.sf-button.green .arrow, a.sf-button.limegreen .arrow, a.sf-button.white .arrow

    Let me know, what you got.

    Thanks,
    laranz.

    #21846
    Bitedge
    Member
    Post count: 345

    Id rather not. Can you please ask Ed if there is a way to do it with the custom CSS box?

    #21962
    Cosmin – SUPPORT
    Member
    Post count: 3851

    That is because you don’t have the “newcolorButton” class on your buttons anymore…

    Try this:

    .sf-button .arrow { color: #000 !important; } 

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #21965
    Bitedge
    Member
    Post count: 345

    I added that as the last line of the custom CSS box and nothing changed

    #23126
    Bitedge
    Member
    Post count: 345

    “Try this, open up style.css and spot this

    a.sf-button.lightgrey .arrow, a.sf-button.green .arrow, a.sf-button.limegreen .arrow, a.sf-button.white .arrow

    at line #5026 include your new color with that.

    a.sf-button.newcolorButton .arrow, a.sf-button.lightgrey .arrow, a.sf-button.green .arrow, a.sf-button.limegreen .arrow, a.sf-button.white .arrow”

    That worked, its a shame It will be wiped at the next and every subsequent theme update though.

    #23165
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Yes, but some solution need edit the code sorry! change that in every update.

    Thanks,
    laranz.

Viewing 13 posts - 16 through 28 (of 28 total)

You must be logged in to reply to this topic.