• Resolved richard74

    (@richard74)


    I’ve tried to remove the date – author – category
    by editing the .excerpt-meta display none in the css

    Now i’ve setup a child theme but this little tweak doesn’t work

    Help wanted

    Richard

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hey Richard,

    Thanks for using Tracks!

    Adding the following CSS to your child theme should do the trick:

    #tracks-child .excerpt-meta {
      display: none;
    }

    If that doesn’t work let me know, and we’ll come up with another solution.

    Thread Starter richard74

    (@richard74)

    unfortunately this didnt work

    Theme Author Ben Sibley

    (@bensibley)

    Okay, the CSS has enough specificity to override the default CSS, so something must be preventing it from being added.

    There’s a chance this is simply a caching issue. Are you running a plugin like W3 Total Cache or WP Super Cache? If so, try clearing your cache and doing a full page refresh to see if anything changes.

    Otherwise, could you link me to your site so I can take a closer look? If you’re not comfortable posting it here, you can send it to support AT competethemes.com.

    Thread Starter richard74

    (@richard74)

    I simply added !important to make it work.

    Theme Author Ben Sibley

    (@bensibley)

    Hmm okay, glad you got it working!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘remove date – author – category top of article’ is closed to new replies.