• Resolved rdiscepola

    (@rdiscepola)


    Can you please advise how I can have my second footer setting show up in the same font colour as the other two?

    Please review my landing page http://www.rdiscepola.com and look at the footer menus on the bottom of the page.

    The title for the 2nd one is in white (CV – highlight the text with your mouse) but for some reason the font colour is different.

    I have cleared my cache, deleted and re-added the 2nd footer but it hasn’t fixed the problem.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,
    Add the following custom CSS code.

    .footbar_title a {
        color: #333;
    }

    Hope it helps and let me know if you require any further assistance.

    Thread Starter rdiscepola

    (@rdiscepola)

    where exactly would you paste it?

    #footer-widget-area .footbar_title{color: #000000; font-size: 18px; line-height: 20px; padding: 8px; text-align: center; text-transform: capitalize; position:relative; cursor:pointer; }
    #footer-widget-area .footbar_title:hover{color:#fff;}
    #footer-widget-area .footbar_title a.farr{ background: url(“images/footer-arr.png”) no-repeat scroll center top transparent; display: block; height: 12px; margin-top: -6px; position: absolute; right: 20px; top: 50%; width: 24px; }
    #footer-widget-area .footbar_title a.farr.active{background-position:bottom;}

    Thread Starter rdiscepola

    (@rdiscepola)

    it worked thank you

    Thread Starter rdiscepola

    (@rdiscepola)

    How can I change the font type of the footer to match the rest of my site?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Footer heading not showing’ is closed to new replies.