HARMONIC theme, change post titles for plain text
-
hallo!
i want to change a little bit the “nature” of the second page of the harmonic theme. i just would like to make it look like a simple text, instead of the links for the titles of the posts (which is what displays by default), followed by the date (date i would also like to take it away).
can i change this using CSS upgrade, to make this page just take the text of the post itself? instead of the title?
or maybe just put on my own a text using html? (i would need some help to get started).
i did a little trick, where you can read:
ecce cello is an attempt to creating an unfinished autonomous musical instrument …………….
i just wrote a very long title. :D
but i want NOT to have a link over it, and also to be able to include cursive, bold…
i really appreciate your help, thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
i just would like to make it look like a simple text, instead of the links for the titles of the posts (which is what displays by default), followed by the date (date i would also like to take it away).
I am unsure if the post text is displayed below the title. Assuming the post text is shown, we can surely hide the post title and post date using CSS. So only the post text stays.
or maybe just put on my own a text using html? (i would need some help to get started).
We can’t add any html but we can use CSS to hide the contents like title and dates.
Could you shorten the post title and add some text to the post. Then add the following CSS to hide the title and date.
h1.entry-title, time.entry-date.published { display: none; } -
hey chaitayamsv!
thanks for your reply. but the singularity of HARMONIC template, is that this specific page ONLY shows post title, and date! NOT post text.
so i have to figure out a way to show the post text, or to modify the post title, in a way that i can add cursive and bold, and also take away the link to the post.
i know it’s a bit truculent :D
but would it be possible somehow??thanks
-
You are correct. Harmonic shows only post title, not text or excerpt. In this case, there is nothing we can do as the theme is designed not to show post text.
-
Oops, I was mistaken.
I just got an idea after reading Setting Up Your Front Page support document for Harmonic theme.
1. Create a new page and move your current post content to this page.
2. I am not sure if you have multiple pages, but make this new page as static front page.
3. Select Hide News Section from the Customizer > Theme > Visibility
4. Use custom CSS to hide the page title.Let’s try these steps and see how it goes.
-
-
Using a static front page combined with the “Hide News Section” setting is a cool workaround idea. 3delamadrugada, I see that you have a static front page but that the “Hide News Section” setting is still unchecked on your site.
- The topic ‘HARMONIC theme, change post titles for plain text’ is closed to new replies.