• Resolved sol_aria

    (@sol_aria)


    Sorry, I have a problem.
    I have some featured post in the beginning of my blog.
    For some strange reasons, the tags are shown there and I tried everything, but cant manage to get rid of them.

    I only want to have the title there.
    https://ausfluege-in-hamburg.de/

    Thanks in advance,
    solaria

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sol_aria

    (@sol_aria)

    Sorry …
    my english is very bad

    I meant the meta in the featured tag … I dont want to show it, it just want the title there.

    It would be so nice, if anyone could give me a hint.
    I tried everything.

    … btw: Ridizain is a great theme with a big future, Im sure about that.

    Thread Starter sol_aria

    (@sol_aria)

    Ahh. now I found something:

    I set on style.css

    ___
    .featured-content .entry-meta {
    color: #000;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.0909090909;
    margin-bottom: 8px;
    }
    to hidden and size to 1px (so I keep it for Google)

    ___
    .featured-content .entry-meta {
    color: #000;
    font-size: 1px;
    font-weight: 700;
    line-height: 1.0909090909;
    margin-bottom: 8px;
    visibility: hidden;

    }

    Hopefully it works ??

    Still a great theme! Thanks very much for great dev work!

    Theme Author Brian Harris

    (@zgani)

    Hello Solaria,

    Glad you managed to figure it out – that would have been the recommendation. But please remember to make all changes either in a child theme or use a custom css plugin – if edits are done in the main theme they’ll be lost upon updating it.

    Regards,
    Zulf

    Thread Starter sol_aria

    (@sol_aria)

    Hey Zulf,

    thanks for the Feedback and the hint – I totally forgot about that.
    I changed back and now I use a cusom.css !

    Keep on doing fine!
    Greets!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘featured posts: How do I get rid of the tags and have only the title?’ is closed to new replies.