brevidia
Forum Replies Created
-
OK – I figured out that was a pro feature. I purchased and now it is scrolling BUT
it seems you took away the max_height= parameter I was choosing medium size then restricting it to 50px to get more evenly sized logos.
Is there a way to get the pro version to size like the free version with max_height=50?
Forum: Plugins
In reply to: [SVG Support] Change black svg icons to other colorYes that was it! I has to modify the main stylesheet because JetPack “sanitizes” the css behind your back.
Anything that it does not consider valid code (like fill:) it just deletes without warning or possibility to override.
I guess that’s why pros always say to edit css locally and upload via ftp.
I actually wound up creating icons 3 ways:
img class=”icon40 svg-color-1 style-svg”
img class=”icon40 svg-color-2 style-svg”
img class=”icon40 svg-color-3 style-svg”Then I just added three classes to my stylesheet:
svg-color-1
svg-color-2
svg-color-3So each can be a different color. Thanks
Forum: Plugins
In reply to: [SVG Support] Change black svg icons to other colorI think it’s part of Jetpack I will try what you suggest.
Forum: Plugins
In reply to: [SVG Support] Change black svg icons to other colorwhenever I add the fill element to my css and save it, wordpress seems to toss it out.
I added and saved:
svg {
fill: red;
}now it says:
svg {
}Forum: Plugins
In reply to: [SVG Support] Change black svg icons to other colorThanks. I have changed my html as suggested.
What would the css look like for option #1?
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Action on Mouseover or Hover?Does the silence indicate that the answer is “no”? Not sure if I should continue searching, tell my client it can’t be done, tell my client it’s custom or try some random piece of code I found on the web.