The date font style is the same you have set to wp-admin>fwrd>typography>body. You overwrite the style with this custom css code. Please go to wp-admin>fwrd>custom css/js and add this in the custom css field:
.datetime{ font-size: 12p; }
And also add this code to make the vews more visible:
Hello,
When I imported the demo's a few months ago, I moved the event page and the news page (1column) to the trash. The trash is empty now.
I would want to have these 2 pages back without changing the existing content on the other pages.
My webhost told me:
You can ask the developers of the theme to provide you with the content of those 2 pages
Could you do that?
I would like to have the news page 1 column and the Tour page from The voice.
Thanks in advance
Hi,
Please provide a login credential to the wp-admin and I will import them.
Thank you,
--
Alexander
Here both pages
https://www.noahvandenabeele.com/news-list/
https://www.noahvandenabeele.com/events/
Thank you,
--
Alexander
Hi there,
The date font style is the same you have set to wp-admin>fwrd>typography>body.
You overwrite the style with this custom css code. Please go to wp-admin>fwrd>custom css/js and add this in the custom css field:
.datetime{
font-size: 12p;
}
And also add this code to make the vews more visible:
.tab-title {
font-weight: 400;
}
Thank you,
--
Alexander
My mistake. Sorry.
I have forget a "x".
Here the code
.datetime{
font-size: 12px;
}
Thank you,
--
Alexander