1. AndreMora
  2. Sherlock Holmes
  3. Free Templates / Extensions
  4. Tuesday, 03 November 2020
  5.  Subscribe via email
Hello Cirian,

Why this?

I can't rezise arrows ;(
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of this issue?

Ciaran
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Cirian

Yes

coc.cresceeaparece.pt

user:removed
pass:removed

if it is possible, i need disable the image of categorie (folder) and the image of date(calendar), but i can't
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

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

.j51news svg {
display: inline-block;
font-size: inherit;
max-width: 1.25em;
max-height: 1.25em;
overflow: visible;
vertical-align: -0.125em;
margin: 0 2px 0 4px;
}


To hide the date and category icons you can a;so add the following..

.j51news-category svg, 
.j51news-date svg {
display: none;
}
.j51news-category,
.j51news-date {
margin-right: 5px;
}


Ciaran
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank's, it's work.


Last question ... if I need to change the color of the arrows or alignment and the color of buttons? you can teach me?
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 4
  • Page :
  • 1


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