- This topic has 5 replies, 2 voices, and was last updated 5 months ago by
David.
-
AuthorPosts
-
August 20, 2020 at 10:30 pm #1412073
Robert
Hi
I wanna ask about:
1. how to remove the link which is in the date in a post ?
in all news is the Date, under the title, a link, which I can clic:
30 lipca, 2020 in:
https://www.leximum.strona22.pl/zdalne-posiedzenia-organow-kolegialnych-pochodzacych-z-wyboru-a-zasady-ochrony-danych-osobowych/Can I remove the link?
– I means that the date “30 lipca, 2020” like a TXT should stay but it should not by a link2. Ca I make the space, in all posts, between the title and the article under the title biger?
3. on https://www.leximum.strona22.pl/zespol-leximum/
I use a list<ul>...</ul>
The begin of the point<li>
is a circle.
– its passible to change it to a short line “-”Thx!
Robert
August 21, 2020 at 4:47 am #1412418David
StaffCustomer SupportHi there,
1. Add the PHP snippet provided here:
https://docs.generatepress.com/article/generate_post_date_output/#remove-link-from-date
2. Customizer > Layout > Container and increase the Content Separator space.
3. Try adding this CSS:
.entry-content ul { list-style: none; } .entry-content ul li { position: relative; } .entry-content ul li:before { content: '-'; position: absolute; left: -1em; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/August 21, 2020 at 6:06 am #1412515Robert
Hi,
1. Sorry for my question but where I need to paste in
this PHP code?I added it into a Hook, but I see its wrong:
https://www.leximum.strona22.pl/zdalne-posiedzenia-organow-kolegialnych-pochodzacych-z-wyboru-a-zasady-ochrony-danych-osobowych/2. yep – it works!
3. I addes Yor CSS code but unfortunaly nothing happend…
Thx
RobertAugust 21, 2020 at 6:29 am #1412551David
StaffCustomer Support1, This article explains:
https://docs.generatepress.com/article/adding-php/2. 🙂
3. Aah you’re using Elementor.
Try this instead:
.site-content ul { list-style: none; } .site-content ul li { position: relative; } .site-content ul li:before { content: '-'; position: absolute; left: -1em; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/August 21, 2020 at 6:56 am #1412584Robert
Hi
ad. 1 – perfect!
ad. 3 – ideal!thx a lot!
I wish You nice weekend!
Robert
August 21, 2020 at 7:54 am #1412807David
StaffCustomer SupportYou’re welcome
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.