• Resolved emmelie025

    (@emmelie025)


    Hi there!

    I made some changes on the homepage of my website (font size, font style, remove text below image) using additional CSS.

    When I click the menu buttons the changes disappear when visiting a category. How can I apply the same changes on these pages as I did on the homepage so they match?

    This is a link to my site: https://curiouscase.nl

    Have a good day!

    Greeting, Emmelie

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @emmelie025, I’m Rico from LyraThemes.

    Would it be possible for you to copy-paste your Additional CSS here? I’m thinking the classes you’re using might only apply to specific parts of your site.

    Thread Starter emmelie025

    (@emmelie025)

    Hi Rico,

    Here are the Additional CSS:

    .home .entry-title {
    font-size: 17px;

    .home .entry-summary {
    display: none;

    .frontpage-featured-posts .entry-summary, .frontpage-featured-posts .entry-meta {
    display: none;

    @emmelie025, as I suspected: The CSS classes “.home” and “.frontpage-featured-posts” limited your changes to your home page.

    You can remove these parts to make your changes apply to the rest of your site. If you’d like the changes to apply to only parts of your site however, here’s a helpful link on finding what classes to use for your Additional CSS: https://kb.oboxthemes.com/articles/how-to-get-css-styles-for-elements/

    Thread Starter emmelie025

    (@emmelie025)

    Hi Rico,

    Thanks for your help! I deleted the .home and .frontpage and it works ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Match layout category pages with homepage’ is closed to new replies.