• Resolved ingeb1971

    (@ingeb1971)


    Hi ??

    I am using the same color for my footer (widget) section area and the heading font (www.fine-organized.nl).

    This means that headers are not showing in the footer widget section.

    Is there a way to change the header font colour as well as all other content to white so all content (either Header, text or social media links) in the blue footer section appear in white like it does now for the regular footer section with the copyright text and links to all my pages?

    That way, there is more consistency and an overal clean and fresh look in the lower section of all my pagees.

    Thank you for your response ??

    Ingeborg

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Out the Box

    (@outtheboxthemes)

    Hi @ingeb1971

    You can do this with some custom CSS. You’ll need to install SiteOrigin’s free Custom CSS plugin which will allow you to add custom CSS to the theme.

    https://www.ads-software.com/plugins/so-css/

    Once you’ve done that go to Appearance > Customs CSS.

    This will show you a screen with a text editor containing any custom CSS you have implemented, so it will be blank to begin with.

    The CSS you should put in there is:

    .site-footer-widgets ul li h2.widgettitle,
    .site-footer-widgets ul li,
    .site-footer-widgets ul li a {
    	color: #FFFFFF; 
    }
    .site-footer-widgets ul li a {
    	text-decoration: underline;
    }
    .site-footer-widgets ul li a:hover {
    	text-decoration: none;
    }

    That should do it!

    Thread Starter ingeb1971

    (@ingeb1971)

    Thanks for your reply!

    The content and appearance now look great! So I am very very pleased ??

    Unfortunately, the page titles of the widgets I am using are still not showing.

    When you have the time, can you have a look at that please? Thank you so much!

    Greets,
    Ingeborg

    Theme Author Out the Box

    (@outtheboxthemes)

    Hi @ingeb1971

    try changing this line:

    .site-footer-widgets ul li h2.widgettitle

    to this:

    .site-footer-widgets ul li h3.widget-title

    and see if that helps.

    • This reply was modified 8 years, 5 months ago by Out the Box.
    Thread Starter ingeb1971

    (@ingeb1971)

    Hi ??

    That works! Thank you very much ??

    Greets,
    Ingeborg

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adjust all text content inclusing Headre Font in Footer’ is closed to new replies.