-
AuthorPosts
-
May 30, 2017 at 1:44 pm #801506
Hi,
how can i change font-size & line-height per CSS of the grey box saying: “Weitere Themen die Sie interessieren könnten“?
Example here:I tried for hours now every single version i could image but nothing works
The element has a own class called “weiterethemen”Regards Martin
May 30, 2017 at 2:13 pm #801521Hey digitalprint2222,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.weiterethemen .avia_textblock p { font-size: 20px; line-height: 2.0em }
Please adjust the values to fit your preference.
Best regards,
SarahMay 30, 2017 at 6:26 pm #801615There is something completey weird with it
I used your code, it changed but now i cant change it to anything else…its stucked on 20 px and whatever i do…..20em…200px…whatever…
Nothing changes.
Wi do not have any caching plugins and yes …i used Strg & F5 several times and i changed the browser as wellRegards Martin
May 30, 2017 at 6:32 pm #801621Hi,
Do you have any other custom css that may be structured incorrectly? If so, try adding Sarah’s code to the very top.
Best regards,
Jordan ShannonMay 30, 2017 at 7:43 pm #801641Hi
yes, of course we do have custom CSS but i am quite sure that the structure is correct.
If i put Sarahs code to the top its the same then before.
It just changes ONCE and any further attempts to change the font-size does not have any effect.More:
If i ask my firebug to set the rule for that element it gives me this:
.avia_textblock.av_inherit_color > p {
font-size: 2em;
}But if i put it into our CSS it has no effect at all.
Regards Martin
May 30, 2017 at 10:35 pm #801686Hi,
it might be a CDN-issue cause i just realized that the changes i made some hours ago are live now.
I asked the serveradmin and let you know the result.
Please leave the thread open until we clearified that.Kind regards
MartinMay 30, 2017 at 11:52 pm #801711Hi,
Okay, we will wait to here the results.
Best regards,
Jordan ShannonMay 31, 2017 at 11:03 pm #802246Ok…we removed the CSS from the CDNs and still the problem is there.
1: The code sarah provided is not correct (missing “;”)
But fixing this does not solve the issue.2: If i inspect that element with firebug it shows me this:
.weiterethemen p {
font-size: 2.5em;
}
But this rule is NOT in my custom-CSS (very strange)
If i try to overwrite the 2.5em by another custom CSS-rule nothing happens.
I tried all variatons i could imagine and now i am clueless.Help is very much appreciated.
Kind regards Martin
May 31, 2017 at 11:54 pm #802267Hi,
Please try deactivating all active plugins to see if there is a possible styling conflict.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.