• Clemens Zocher

    (@malerbetriebmuhs2)


    Hi guys,

    I pretty like your theme ??
    Is it possible to remove or better to replace the date on the front page in the featured Content where I set my featured pages?
    I would like to have a subtitle there or leave it blank. I did not find the option in the php files editor in wp-admin.

    Would be lovely if you could help me ??

    Best
    Clemens

Viewing 4 replies - 1 through 4 (of 4 total)
  • @malerbetriebmuhs2: Go to=> Appearance=> Customize=> Additional CSS and add following CSS code

    .entry-date.published {
        display: none;
    }

    Let me know if this helps you out!
    Kind Regards,
    Sapana

    • This reply was modified 6 years, 6 months ago by dreamsapana.
    Thread Starter Clemens Zocher

    (@malerbetriebmuhs2)

    dreamsapana! Thanks it works ??

    Another little question… Do you know how can I make my content section (entry-conent) wider like the home page?

    Unfortunately I have so much space to the left and the right because it is let so max width 826. CSS change with following code wont do anything:

    .entry-content{
      max-width:2400px
    }

    Also Photo gallery would need to use the whole space then, and that would be another settign I would probably need to find ??

    @malerbetriebmuhs2:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.

    .entry-content {
        max-width: 100% !important;
        padding:0 0px;
    }

    Please, post your site url so that I can look into the photo gallery issue.
    Also for swift replies, post your issues and queries on our official theme support forum
    please post in our free forum at https://catchthemes.com/support-forum/
    Kind Regards,
    Sapana

    • This reply was modified 6 years, 6 months ago by dreamsapana.
    Thread Starter Clemens Zocher

    (@malerbetriebmuhs2)

    Hi @dreamsapana, thanks for your help so far.

    With your CSS Code my page content is not extending to left and the right of the screen, it is still catched in the middle.

    You can have a look here:
    https://www.klappeaction.de/referenzen/

    For new requests I will use your forum ??

    Thank you very much

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove/Replace Date at Front Page/Featured Content’ is closed to new replies.