Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #148792
    shahmeer1998
    Participant

    My blog is located at photo.lums.edu.pk

    How do I change the black color that is in the background (such as in this example where it says Photolums and in the footer area)? Also how can I change the color and font of the Site title located in the site identity tab?

    Regards

    #148808
    Skandha
    Participant

    @shahmeer1998: Go to => Appearance => Customize => Additoinal CSS and add the following CSS Code.
    /* To change header background color */

    #masthead {
        background-color:#123456 !important;
    }

    /* To change footer background color */

    .site-footer {
        background-color:#123456 !important;
    }

    /* To change font and color of site title */

    .site-title a {
    	color:#grey !important;
    	font-family:ravie !important;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    #148874
    shahmeer1998
    Participant

    Works perfectly, thank you!!

    #148893
    Skandha
    Participant

    @shahmeer1998: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #148936
    shahmeer1998
    Participant

    Done!

    #148971
    Skandha
    Participant

    @shahmeer1998: Thank you for your appreciation! Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How do I change the black background to a different color?’ is closed to new replies.