Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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
    Peter

    #789387

    Hey 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,
    Victoria

    #789400

    voila:

    #789452

    Hi 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,
    Victoria

    #789460

    Hi 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
    Peter

    #789536

    Hi 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,
    Victoria

    #789584

    I 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…

    #789754

    Hi 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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.