-
AuthorPosts
-
January 15, 2015 at 8:20 pm #380380
Hi Kriesi Team,
how can I change the masonry portfolio behavior in a “alternate color section”? I whant to chance the font color (in the predefined color scheme “Dark Blue” #11202a) into #ffffff. Otherwise the font color is to dark and hard to read. I tried it already in the CSS (.av-masonry-entry .av-masonry-entry-title). That works, but then the font is also white when if I use a masonry in the main content, which is whlite …Good Question? ;-))
Thank You!
- This topic was modified 9 years, 10 months ago by willblueland.
January 16, 2015 at 3:50 pm #380789Hey willblueland!
Can you post the link to your page where we can see the element please?
Regards,
YigitJanuary 16, 2015 at 3:54 pm #380795This reply has been marked as private.January 16, 2015 at 3:58 pm #380802January 16, 2015 at 4:26 pm #380822Hi Yirgit,
Hier ist the Link to the Page (its a testpage):
With this Link you will see the Masonry at the Bottom:
http://localhost/wordpress_testbank/
With this Link the Masonry with the dark Background (at the Bottom:) with the dark font color (which a want to change in #ffffff).
http://localhost/wordpress_testbank/starwood-redaktion/
RegardsWill
January 16, 2015 at 4:37 pm #380831Hey!
We cannot connect your localhost. Please refer to this post and move your website to a live server – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Regards,
YigitJanuary 17, 2015 at 8:30 pm #381296Hi Yigit,
Shame on me – I’ve sent you the wrong link addresses. But that can happen while I’m working simultaneously on localhost and on the pc.
;-))
Here now are the correct link addresses:
With this Link you will see the Masonry at the Bottom:
http://www.ad-wise-test-wp1.de.domainpreview.eu/
With this Link the Masonry with the dark Background (at the Bottom:) with the dark font color (which a want to change in #ffffff).
http://www.ad-wise-test-wp1.de.domainpreview.eu/starwood-redaktion/Regards,
Will- This reply was modified 9 years, 10 months ago by willblueland.
January 19, 2015 at 6:34 pm #381991Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h3.av-masonry-entry-title.entry-title { color: white; }
Regards,
YigitJanuary 19, 2015 at 6:50 pm #382011Hi Yigit,
bitte denke daran ,was ich ganz oben schrieb:
> that works, but then the font is also white when if I use a masonry in the main content, which is whlite …
Exactly tis happens now. But I want to change the behavior so that it ONLY in the alternative section is white!Good Question? ;-))
Thank You!
January 19, 2015 at 6:57 pm #382017Hey!
Great questions Will :) Please use following code instead
.avia-section.alternate_color h3.av-masonry-entry-title.entry-title { color: orange; } .avia-section.main_color h3.av-masonry-entry-title.entry-title { color: red; }
Orange is for alternate color and red for main color, please adjust as needed
Best regards,
YigitJanuary 19, 2015 at 7:25 pm #382037Great – Thank you!
-
AuthorPosts
- The topic ‘Masonry Alternate Color’ is closed to new replies.