Read the statement by Michael Teeuw here.
CSS modifications on a module which has no own css styles?
-
.module-name div.module-block-end { color:....; }
-
@sdetweil would this work with the classes name as well?
-
@rkorell yes. as a replacement for module_name
when you select the element in the dev window
down at the bottom is the selector clause prototype -
@sdetweil unfortunately your suggestion doesn’t work…
And I cannot see anything “at the button” ?Defnitely no “selector clause prototype”
-
-
@rkorell there is an extra close div after the span
where does it open
-
@rkorell
This same in Chrome -
@sdetweil said in CSS modifications on a module which has no own css styles?:
where does it open
<div module> <div class "module content"> <div Style "margin-block-end"> <span class> font-awesome-picture " HERE THE TEXT" </div> </div> </div>
The " <div class “module content”> " is identified by
"#module_10_MMM-JsonValue > div:nth-child(2) " (for the first instance of module)
second and following instances are counted up consecutively
"#module_11_MMM-JsonValue > div:nth-child(2) "
"#module_12_MMM-JsonValue > div:nth-child(2) "
"#module_13_MMM-JsonValue > div:nth-child(2) " -
#module_10_MMM-JsonValue > div:nth-child(2) { color: "fuchsia"; }
Doesn’t work, either :-(
-
@rkorell prototype