Highlighting single words in a Text paragraph ?
-

on the website itself it will look like this. in the gridder you wont see this style.
im writing it down as an idea for adding bg color to character textformats
-
@arminunruh great, thanks so much! Is it possible to adjust the position of the background colour? with my font the background colour sits a bit too low. The height is great though.
-
mmh do you have a link?
-
-
try this instead
._highlight{
position: relative;
}
._highlight::before{
position: absolute;
top: -3px;
left: 0;
right:0;
bottom:0;
background:red;
}and then adjust top: -3px
to for example -6px -
i cant see the page though cause its pw protected
-
-
hey!!
when editing a textformat you can now apply padding-bottom

this should add extra space below
-
oh i forgot. above, you have "textformat settings"
and you need to enable this first:

(make sure youre using the latest lay theme version)
For paid 1-on-1 Lay Theme Coaching, contact Audrey (audrey@cyberslayers.work) or me (info@laytheme.com).
We also code custom websites or bespoke Lay features. Drop me a line at info@laytheme.com or check out my work at arminunruh.com.
Want to support my work? paypal.me/arminunruh
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it
