New Landing How can we help? Themeforest Theme Support Flexform Link color footer Widget

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Flexform
  • #1574
    2000martijn
    Member
    Post count: 5

    Hi There,

     

    How can i change the link color in the footer widget.

    I mean only the links in the foorter and not in the sidebars. For example your site i menu the links in the menu recent articles in the footer.

     

    Thanks!

    Martijn

    #1594
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Martijn,

    You can change the colour in the color customiser (link in the WP Admin Bar).

    – Ed

    #1601
    2000martijn
    Member
    Post count: 5

    Hi Ed,

     

    Sorry cant find it…

    I changed in ‘color – footer’  the Footer Text Color into #FFFFFF

    But the link color in the footer is still is the default site overall link color.

    You can seet it here: http://cgadvies.viamet.nl/

    Thanks!

    #1661
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Martijn,

    The color in the customizer affects all links.

    Try this custom CSS in the theme options, instead:

    #footer a {
        color: #FFF !important;
    }

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

    #4982
    wilsongrouplp
    Member
    Post count: 29

    I was trying to get this to work too, and I tried a code similar to yours on my own to no effect. I inserted the code you wrote and got no response either. Is there anything else it could be? A different CSS code? Thanks!

    #5143
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Can you post the code you tried here?

    Regards,

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

    Cosmin
    Support Assistant

    #5197
    wilsongrouplp
    Member
    Post count: 29

    I added this in:

    #footer a {
    color: #FFF !important;
    }

    I also tried several other things including something like:

    #footer a:link {
    color: #FFF !important;
    }

    #footer a:not(.sf-button) {
    color: #FFF;
    }

    (courtesy of checking the source code and trying to figure out what would work)

    .widget a {
    color: #FFF;
    }

    #footer .widget a {
    color: #FFF;
    }

    (I thought I might need to specify since the text is in a widget.)

    #footer p a {
    color: #FFF;
    }
    (I wasn’t sure if it CSS could actually even handle that, and I’m still not, but I thought it should be worth a try.)

    Will you perhaps be including the ability to change links color in the footer in one of your next releases? If you can change the background color and text color, the link color should be included too (or you end up with dark on dark or whatever.)

    Do you have any suggestions for something else to try?

    I was wondering too, @2000martjin – Did you get their code to work?

    #5415
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Can you provide a link so we can check the front end?

    I’ve added this to the list for v1.5 🙂

    – Ed

    #5519
    wilsongrouplp
    Member
    Post count: 29
    This reply has been marked as private.
    #5628
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Can you try this please?

    #footer a:not(.sf-button) {
    color: #FFF !important;
    }

    You didn’t add !important to this one.

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

    #5633
    wilsongrouplp
    Member
    Post count: 29

    No luck. I have no idea why it’s being so stubborn!

    I tried a couple of the others I forgot to add the !important too as well, still no luck.

    #8449
    wilsongrouplp
    Member
    Post count: 29
    This reply has been marked as private.
    #8956
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You’ve got the footer colour CSS within your media query! Place it out of there, and it will work as you expect 🙂

    – Ed

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register