1. marco.diroio
  2. Commercial Templates
  3. Sunday, 23 January 2022
  4.  Subscribe via email
Hi team!
Using the skylar template, I have to hide the publish date of the article (see skylar_article_1.jpg). Select 'Hide' for the 'Show publish date' option, from the 'Options' tab in the edit panel of the article, it doesn't seem to have any effect (see skylar_article_2.jpg). How can it be done? Can you suggest me a custom CSS code that I can apply?
Attachments (2)
Accepted Answer Pending Moderation
0
Votes
Undo
Note: I think you have to do this setting in the "Menu" section...
Menu -> Main Menu > "Home" (?!) and then the tab: Option ?
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend using CSS, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.article-info .published {
display: none;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Note: I think you have to do this setting in the "Menu" section...
Menu -> Main Menu > "Home" (?!) and then the tab: Option ?

eumel7 yes thanks, what works!
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!