Okay
  Public Ticket #1089815
Footer issues
Closed

Comments

  •  2
    Pandu started the conversation

    Hi, I am seeing couple of issues in my footer at https://www.peddisetti.com/blog

    1) In the third column, font color is different than all other column font header colors ("Danthlur on Facebook" is in orange color as opposed to Grey in all other column headers)

    2) In the fourth column, Problem where the button text doesn't appear until I hover the mouse over to the button in my footer. By default I see empty button. Not sure why this happens but can you please check?

    Button text is Subscribe.

    Thanks in advance!

  •  8,999
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #footer-outer #footer-widgets .col input[type="submit"]{
        color:#fff !important;
    }
    .ascend #footer-outer .widget h4>a{
        color:#777 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Pandu replied

    That code indeed worked, thanks! But just wondering what the actual issue is that prevented only third column header different color and button text to not appear?

  •  8,999
    Tahir replied

    Hey Again,

    Its your Html Markup . Its different on the third column . The other title arent Links so the color is not changed .

    Be.st


    ThemeNectar Support Team