Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #107352
    Dietmar
    Participant

    Hello
    how can I change the Font and Background Color in the “Catch Flames Pro” Theme?
    It is black background with white font as default. I do not find an option?

    Thank you
    Regards
    Dietmar

    #107362
    Mahesh
    Participant

    @dietmarp: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #promotion-message {
        background-color: #000fff;
        color: #fff000;
    }
      
    #promotion-message .entry-title {
        color: #fff000;
    }

    Regards,
    Mahesh

    #107380
    Dietmar
    Participant

    Thanks Mahesh.
    How to address the font color for the “Promotion Subheadline Text”
    Regards
    Dietmar

    #107437
    Mahesh
    Participant

    @dietmarp: Its this one:

    #promotion-message p{
        color: #fff000;
    }

    Regards,
    Mahesh

    #107473
    Dietmar
    Participant

    Thank you 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Promotion Headline Background Color "Catch Flames Pro"’ is closed to new replies.