• Hello! I have a few more questions following up on my last thread

    –How do I change the font for the headlines of actual posts?

    –How do I change the color of the symbols on a separate page (my about my page has a little yellow paragraph symbol)

    –Is there a way to change the color and font color of everything in the footer?

    Thanks!

Viewing 1 replies (of 1 total)
  • Hi there!

    Could you please provide a link to your site? I’m currently being redirected to a landing page when visiting miscluci.com. If that’s your site, please consider making it public. It’ll make it easier for me and others to help out if we can access your site’s code.

    For the moment, I am basing my replies to you of Dyad’s demo site.

    –How do I change the font for the headlines of actual posts

    What font are you attempting to change the headlines to? In addition, are you trying to change the font only for the headlines on posts or for all posts/pages on your site? As much information as you’re able to provide will help us to provide the best guidance.

    –How do I change the color of the symbols on a separate page (my about my page has a little yellow paragraph symbol)

    The colour of the symbols on individual posts/pages can be changed with the following:

    .is-singular .entry-inner:after, .error404 .entry-inner:after, .page-template-eventbrite-index .page-header:after, .single-event .entry-header:after {
        background: #663399;
    }

    As before, change the value of #663399 to any colour code of your choice.

    –Is there a way to change the color and font color of everything in the footer?

    The colour of the footer’s font and background is currently being defined with the following CSS:

    .site-footer {
        background-color: #292c2f;
        color: #616a74;
    }

    You can add the above to your child theme’s style.css file and then change the colour codes. Change the code associated with background-color to change the background and color to change the font colours in the footer.

    Hope that helps! Let me know those extra details about your headlines and I’ll see how I can help further too.

Viewing 1 replies (of 1 total)
  • The topic ‘Font & Footer’ is closed to new replies.