-
AuthorPosts
-
May 8, 2017 at 8:50 am #789342
Hi all,
I’m using the masonry object within color-section (alternate-content) and want to change the colors of “av-masonry-entry-title entry-title” and “av-masonry-entry-content entry-content”.
I found no opportunity to do this in “Enfold – General Styling”.
How to manage this?
Thank you for your help.See – http://2016.schreinerei-lange.de/
Best Regards
PeterMay 8, 2017 at 10:37 am #789387Hey Peter,
The link took me to WordPress login page. If your website is not published yet, can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaMay 8, 2017 at 11:05 am #789400voila:
May 8, 2017 at 11:57 am #789452Hi Peter,
You can imagine how many elements are there in a theme. It is impossible to be able to control them via settings. What you need to do is done via CSS, there is a special field for that in theme options. Here is the code you can put in Enfold > General Styling > Quick Css:
.av-masonry-entry .av-masonry-entry-title { color: #fff; }
If you need further assistance please let us know.
Best regards,
VictoriaMay 8, 2017 at 12:02 pm #789460Hi Victoria,
thank you for your answer.
As I can see your proposal would change the colors in general – but I only want to change the colors when the masonry object is in the alternative content box – as at my site.
Any idea?
Best Regards
PeterMay 8, 2017 at 1:13 pm #789536Hi Peter,
I am not sure what do you mean by that. Could you explain a bit more or attach a screenshot here of what you meant?
Best regards,
VictoriaMay 8, 2017 at 2:04 pm #789584I only want to style the masonry in the alternative-content section
https://drive.google.com/open?id=0B0TqEFDVcQi8ODYwMndLODJzYmM
Your suggestion would style the masonry caption in general…
May 8, 2017 at 6:16 pm #789754Hi pete4u,
Do you mean that you want the style to work just for that masonry for that page?
if so, you can use this code:.page-id-2 #av_section_2 .av-masonry-entry .av-masonry-entry-title { color: #fff; }
This code will not affect any other page or element. Let me know if I understood you this time :)
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.