End of Support for Joomla 3 - Forum closed
Buttonfarbe nur in Rockspocket-Modul ändern
Buttonfarbe nur in Rockspocket-Modul ändern was created by Tinax
Posted 5 years 11 months ago #22279
Hallo und guten Abend,
ich möchte nur im Bereich Rockspocket-Modul (Price) die Buttonfarbe ändern.
Da ich einen Paypal-Button einsetzen möchte, benötige ich einen transparenten Hintergrund des Buttons.
Freue mich auf Hilfe...
Grüsse
Tina
ich möchte nur im Bereich Rockspocket-Modul (Price) die Buttonfarbe ändern.
Da ich einen Paypal-Button einsetzen möchte, benötige ich einen transparenten Hintergrund des Buttons.
Freue mich auf Hilfe...
Grüsse
Tina
by Tinax
Please Log in or Create an account to join the conversation.
Replied by cg on topic Buttonfarbe nur in Rockspocket-Modul ändern
Posted 5 years 11 months ago #22280
Hi Tinax,
versuch mal im Customizer:
Buttons, Navs & Badges --> Primary Background
Gruß
Christian
versuch mal im Customizer:
Buttons, Navs & Badges --> Primary Background
Gruß
Christian
by cg
The following user(s) said Thank You: Tinax
Please Log in or Create an account to join the conversation.
Replied by Tinax on topic Buttonfarbe nur in Rockspocket-Modul ändern
Posted 5 years 11 months ago #22281
Danke Christian,
damit ändert sich leider nichts. Und im Custumizer unter Button (moore) würde sich die Farbe für das gesamte Template ändern.
Gibt es vielleicht noch eine andere Lösung?
damit ändert sich leider nichts. Und im Custumizer unter Button (moore) würde sich die Farbe für das gesamte Template ändern.
Gibt es vielleicht noch eine andere Lösung?
by Tinax
Please Log in or Create an account to join the conversation.
Replied by cg on topic Buttonfarbe nur in Rockspocket-Modul ändern
Posted 5 years 11 months ago #22282
Hi Tinax,
ja, per CSS.
Meinst du so etwa (vgl. angehängtes Bildschirmfoto):
ja, per CSS.
Meinst du so etwa (vgl. angehängtes Bildschirmfoto):
Code:
a.uk-button.uk-button-primary {
background-color: transparent;
border: 1px solid gray;
color: gray;
}
by cg
Attachments:
The following user(s) said Thank You: Tinax
Please Log in or Create an account to join the conversation.
Replied by Tinax on topic Buttonfarbe nur in Rockspocket-Modul ändern
Posted 5 years 11 months ago #22283
ja genau so.. aber das würde ja für das gesamte Template gelten...
allerdings soll es nur im Rockspoket-Modul sein.
Ich habe es mit .uk.button .sprocket-tables-price versucht... geht auch nicht....
mh..
allerdings soll es nur im Rockspoket-Modul sein.
Ich habe es mit .uk.button .sprocket-tables-price versucht... geht auch nicht....
mh..
Last Edit:5 years 11 months ago
by Tinax
Last edit: 5 years 11 months ago by Tinax.
Please Log in or Create an account to join the conversation.
Replied by cg on topic Buttonfarbe nur in Rockspocket-Modul ändern
Posted 5 years 11 months ago #22284
Hallo noch mal,
So müsste es gehen.
mfg
Christian
Code:
.sprocket-tables-item a.uk-button.uk-button-primary {
border: 3px solid green;
}
So müsste es gehen.
mfg
Christian
Last Edit:5 years 11 months ago
by cg
Last edit: 5 years 11 months ago by cg.
The following user(s) said Thank You: Tinax
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates