- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hello, I have done a search for this but cannot find the answer so would appreciate some help.
In my blog posts the date is visible in the editor but when I publish them it is no longer visible as I pressume the colour of the date must be defaulted to white when pubslihed. However, my background is white so once published, the date is invisible.
This is the same issue for the captions under photos by the way.
I have gotten around it for the captions by adding a small text box tight up against the photo with my caption in it. The text font colour is editable.
However, there seems to be no way to change the colour of the font for the date element in blog posts.
Please help with this. If required, my domain is www.madreluna.com.au
Thanks!!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
This should do it for you @MaryGior, if you put it in Settings > SEO > Header Code:
<style>
.blog-date, .date-text
{
color: #3e3e3e !important;
}
</style>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
hi @MaryGior blog date colour can be changed in the html code but this aint always recomended, as it CUSTOMISES your theme, Weebly wont be in a position to help u if it all goes pear shaped.
but @BJ is good with over rides which r added to the header code box and thus do not render ur theme customised
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Thank you for your reply and yes, I hope @BJ will be able to help!!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
This should do it for you @MaryGior, if you put it in Settings > SEO > Header Code:
<style>
.blog-date, .date-text
{
color: #3e3e3e !important;
}
</style>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Fantastic, thank you so much!! It worked and was so easy 🙂
You wouldn't have another trick for giving the blog page background a bit of colour or customisation would you?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
If you have some spare time W3Schools can teach you basic CSS pretty quickly, @whitemonkey:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
@BJ oh cool thanks for that....
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Sure, that's pretty simple too. This will make it a sort of off-white:
<style>
body, .content-wrap, .cento-header
{
background: #ffffdb !important;
}
</style>
You can edit the hex code to be a different color, though.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content