Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1124274

    Dear friends,

    Can I use a short code to set a Custom Color for both the titles & captions in a photo Masonry Galleries to #26e3d6, and or possibly for all future possible galleries?

    Let me know, and thank you or your consideration,
    Richard

    #1124382

    Hey rwidick,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av-inner-masonry-content-pos-content *,
    .av-masonry-entry .av-masonry-entry-title {
        color: #26e3d6;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1124468

    Thank you Victoria.

    It worked for the Title only by putting the code in Enfold > General Styling > Quick Css; but it did not change the color of the Caption.

    I do not know the path to themes/enfold/css/custom.css, so if you think what will work, let me know the path, and if I do that, should I also delete it from Enfold > General Styling > Quick Css?

    Thank you for you kind help.

    Richard

    #1124541

    Hi Richard,

    Please add this code too:

    
    .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content {
        color: #26e3d6
    }
    

    Best regards,
    Victoria

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