-
AuthorPosts
-
February 2, 2020 at 6:43 pm #1180690
Hi,
I would like to make some small changes to my Masonry Portfolio element on a specific page on my website (homepage).
1. I would like the sorting option to be aligned to the left and not to the center.
2. I would like the excerpt to be the same color as the title ( lightpink – #f6b6b7 – rgb(246,182,183) ).
3. This is a big one and there is a possibility you will say it’s not possible, but I’m asking anyway – I know how to manage the entire display, but how can I make one display for the “all” enters and a different one for one sorting option and a different one for the other sorting option.I have looked at the support blog and found almost everything I want to change in the element specific to this website, but couldn’t finger out how to fix these 3 things. (the first 2 are more important than the 3rd)
Thank you an advanced
ReutFebruary 4, 2020 at 5:25 am #1181148Hey MPPcreative,
Thanks for providing the link to your site.
1. Please add this CSS code in Quick CSS, located in Enfold > General Styling:
#top .av-masonry-sort { text-align: left; }
2. Add this in Quick CSS as well:
#top.home .av-masonry-entry-content.entry-content { color: #f6b6b7; }
3. I wouldn’t say it’s not possible but I would say it’s a bit complicated and would need some time to build that feature, so we could not really help with it and it’s outside the scope of our support. To build that feature requires knowledge in PHP and JavaScript, then use it to override the default Masonry element ( https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#add-elements-to-alb ).
Best regards,
NikkoFebruary 4, 2020 at 4:32 pm #1181344Hi Nikko
Thank you so so much!
February 4, 2020 at 4:51 pm #1181350Hi,
Glad Nikko could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘Masonry Portfolio element’ is closed to new replies.