• Resolved Shubhij

    (@shubhij)


    Hi all,
    On my WP website that uses Quality theme, there are dates that appear on each page automatically. I saw a previous thread where this issue was resolved by a member’s help who suggested putting the following code in the CSS:

    .qua_post_date {
    display: none;
    }

    Now, I tried putting the above code (after commenting out the original piece of code related to dates), but it doesn’t work any more. Does something different need to be done now? Or maybe I’m not commenting the old code out properly (I’m not a techie)? This is what I did:

    .qua_post_date {
    /* border-radius: 0px; */
    /* display: block; */
    /* font-family: ‘OpenSansSemiBold’; */
    /* float: left; */
    /* height: 70px; */
    /* margin-right: 2%; */
    /* margin-left: 0%; */
    /* width: 70px; */
    /* padding: 15px;*/

    display: none;
    }

    Any and all help will be highly appreciated, thanks!

    – S J

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi

    Remove Date from all pages use this code in custom css field
    For this Go to> Wp Admin << Appearance << Option Panel << Find the Custom Css field .

    Copy and past the below line of code.

    qua_post_date {
    display: none;
    }

    Thanks.

    Thread Starter Shubhij

    (@shubhij)

    Hello,
    Thanks for such a quick reply! Well, I updated my css file using the code given by you, but the problem persists!

    As I mentioned in my previous post, am I commenting out the old code in a wrong way or something? Is there an alternative way? Thanks a lot for your help!

    Hi

    Please use this code in custom css field in Option panel. you are wrong place use this code.

    .qua_post_date {
    display: none;
    }

    Thanks.

    Thread Starter Shubhij

    (@shubhij)

    Yay, it’s resolved. Thanks a lot!!

    – S J

    This works, but I seem to have a few second moment in charging time when the dates are still visible. Any way to remove them completely?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing dates from all pages’ is closed to new replies.