1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Text colour on specific posts.

Discussion in 'Free Divi Community Forum' started by Tom Staple, Nov 15, 2022.

  1. Tom Staple

    Tom Staple Member

    Hi All.

    So for a website, I use WP Download Manager with a PDF viewer. The issue I have is that the page, when displayed shows a white font on a white background. I tried to inspect elements in Chrome but for the life of me I can't work out how to change the font colour to black for these downloads.

    Please can someone much more intelligent than me have a look?

    Here is a link to one of the files.
    https://powerstock.school/download/attendance-policy-june-2022/

    Thank you so so much.
     
    1. PRO MEMBER PERKS Divi.Help Header AI Generator - Try the power of AI to generate a custom Divi header for you:Try Now
  2. Tom Staple

    Tom Staple Member

    I've found a work around. However if I could get rid of the meta and the title completely that would be amazing.
     
  3. Tom Staple

    Tom Staple Member

    This is what I have done. Does this look right?
    .et_pb_post .post-meta {
    font-size: 1px;
    margin-bottom: 0px;
    display: none;
    visibility: hidden;
    }
    .et_pb_post .entry-title {
    font-size: 1px;
    margin-bottom: 0px;
    display: none;
    visibility: hidden;
    }
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade slide in bar design for your Divi site without using any plugins:View Demo
  4. Divi.Help

    Divi.Help Administrator
    Staff Member

    I see that you added another title text for your page.

    To change the color of the original title, try the below CSS in Divi > Theme Options > Custom CSS:
    Code:
    Log In or Sign Up to view this code.