• Hello Kathryn,

    I have found this in my css where the date is

    ‘.blog .site-content .entry-meta a, .archive .site-content .entry-meta a, .search .site-content .entry-meta a {
    color: white;
    } ‘

    and you said that his would work
    .blog .site-content .entry-meta {
    display: none;
    }

    Now where would I put this?

    thank you and Jetpack is working but I am not too familiar with it yet.

    thank you for your help

    Kathleen

Viewing 7 replies - 1 through 7 (of 7 total)
  • Do you have a link to the website?

    What browser are you using?
    If you are using Firefox browser, do you have Firebug?

    If so, inspect the element you want to change, and edit the css directly in your browser using Firebug, or developer mode for other browsers to found out what specific selectors to add the “display: none” declaration to. Then go into your themes folder (wp-content/themes/”your-theme”/styles.css) and edit the styles.css file. Using Firebug, or other development tool, it should show you approximately what line in the file where the selector is you need to add the declaration to. You should also avoid changing the styles for the parent theme, but rather create a child theme so whenever you update, your changes are not affected. Good luck!

    Thread Starter Kimbert

    (@kimbert)

    Thank you Jake,

    my website is https://www.galerieimbert.com and I am using WP4.3

    I think I have found it thanks to Jetpack but..

    I don’t know what everyone is talking about for a childtheme…
    How do I create this, just with text edit that I would save in my site folder on my desktop?

    I have downloaded Jetpack and firebug…

    thank you again

    Kathleen

    Thread Starter Kimbert

    (@kimbert)

    Hello Jake,

    No it didn’t save…I found the specific semectos to add the dsplay:non in Jetpack, changed it but I don’t know how to save it….?

    In Firebug, I can also find it but do not know how to implement it with my theme..

    Thank you again,
    Kathleen

    Thread Starter Kimbert

    (@kimbert)

    Hello Jake,

    sorry for all the typos in the above message.
    I found the selectors changed them in firebug but don’t know how to save them.

    And how do I create a childtheme?

    thank you
    Kathleen

    Hi Kathleen.

    Child themes are a way of making changes to the parent theme without having to edit the parent theme code. For example, consider you are using the parent theme, Twenty Fifteen, and want to change the styles for it. You would not want to edit the styles.css in the Twenty Fifteen theme folder, but rather you could make a child theme, called something like “Child Twenty Fifteen”. You can do this by following the instructions in the WordPress codex for child themes: Child Themes. In order to edit the styles.css file, you would want to use a good text editor. I use Notepad++. Sorry for the late reply. Feel free to let me know if you have any other questions.

    Moderator Kathryn Presner

    (@zoonini)

    I replied in one of your other threads about child themes.

    Let me know how it goes!

    Moderator Kathryn Presner

    (@zoonini)

    It also looks like you got Jetpack active.

    Once you activate the Custom CSS module you’ll be able to add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    If the only changes you want to make to your site involve CSS, you don’t need both the Jetpack custom CSS editor and a child theme, you only need one.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘CSS for date’ is closed to new replies.