Tagged: slash
-
AuthorPosts
-
June 6, 2016 at 6:55 pm #643538
Hi.
I’d need to get rid of the slash and date under the post title in a grid layout page as you can see at the link below.
Further, I’d like to choice the number of words I can put before the “Read More” link. Is it possibile?How can I do to place completely at the right the “Read More” link?
Many thanks.
Regards,
PieroJune 6, 2016 at 7:58 pm #643588Hi edisai2014!
Please provide us a link of your web site, so we can give you the CSS Snipper needed
Thanks a lotCheers!
BasilisJune 6, 2016 at 8:08 pm #643592The website is under costruction.
I provide you the url below.
Thanks.
PieroJune 7, 2016 at 9:34 am #643902Hi, any help?
Thanks.June 7, 2016 at 4:11 pm #644169Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.slide-meta { display: none; }
Then add following code to Functions.php file of your child theme in Appearance > Editor and change excerpt length as needed
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 100; return $length; }
Best regards,
YigitJune 7, 2016 at 5:01 pm #644193Hi, Yigit.
Many many thanks.
They both work.In the same grid layout page how can I change post title height?
Post title and content post seem to have the same height…Best Regards,
PieroJune 7, 2016 at 5:14 pm #644196Hey!
“Il sito sarà prossimamente online” can you please post temporary logins here privately as well so we can look into it?
Regards,
YigitJune 7, 2016 at 5:25 pm #644210Ok.
You find it below.
-PieroJune 7, 2016 at 5:33 pm #644218Hey!
Please add following code to Quick CSS
.avia-content-slider .slide-entry-title { font-size: 19px; }
If that does not help, please post screenshots showing the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Cheers!
YigitJune 7, 2016 at 6:03 pm #644238Hi, Yigit.
No, all works well with your advice.
I’d have another question about colours and links.
Can I use this thread or I have to create a new one?Cheers,
PieroJune 7, 2016 at 6:08 pm #644241June 7, 2016 at 6:29 pm #644265So I go ahead!
Now I have links blue with hover color in #ff5168 (bright pink), cause blue is my primary color.
Can I transform links only in 1) post content (not title) and 2) the ‘read more link’ to be #ff5168 (bright pink) when you normally see these on the page and blue as hover color on them?
In that case I’ll be able to maintain blue color as primary color and I’ll have a very strong bright pink color for post links and read more link.
I hope all is clear, maybe not so clear.
Basically I’d like to invert post content color links and read more links only, as all the website will remain as it is.
As always thank you.– Piero
June 7, 2016 at 8:05 pm #644323 -
AuthorPosts
- You must be logged in to reply to this topic.