[BUG] Article Details Text Color
1 year 1 month ago - 1 year 1 month ago #69747
by Mike85
[BUG] Article Details Text Color was created by Mike85
Hi,
The ".tck-article-details" CSS text color is being overwritten by the bootstrap ".text-muted" text color.
The ".tck-article-details" CSS text color is being overwritten by the bootstrap ".text-muted" text color.
Last edit: 1 year 1 month ago by Mike85.
Please Log in or Create an account to join the conversation.
1 year 1 month ago #69752
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic [BUG] Article Details Text Color
Hi
please give me more details
version of Joomla ?
do you have an url where I can see that ?
CEd
please give me more details
version of Joomla ?
do you have an url where I can see that ?
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
1 year 1 month ago #69753
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic [BUG] Article Details Text Color
PS : please confirm that you are talking about Layouts >> Article >> Details
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
1 year 1 month ago #69754
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic [BUG] Article Details Text Color
it's ok, problem reproduced by my side
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
1 year 1 month ago #69755
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic [BUG] Article Details Text Color
the problem is that bootstrap uses a !important property to override everything else ...
I can not add an important in this area, as it is standard css. Else I would add ! important on many places and nothing would be consistent anymore
please add the color in the custom css like that
I can not add an important in this area, as it is standard css. Else I would add ! important on many places and nothing would be consistent anymore
please add the color in the custom css like that
Code:
.tck-article-details..text-muted { color: red !important; }
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
1 year 1 month ago #69760
by Mike85
Replied by Mike85 on topic [BUG] Article Details Text Color
If Template Creator also adds "!important" then it would override the Bootstrap "!important" CSS.
Please Log in or Create an account to join the conversation.
Time to create page: 0.227 seconds