Changing element style color

Everything to do with Joomla! 3.x templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
jootempl
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 175
Joined: Wed Dec 03, 2014 7:36 am
Contact:

Re: Changing element style color

Post by jootempl » Fri Apr 03, 2015 2:32 am

insert code:
.art-postcontent p{
color: #ffffff !important;
}
to file template.css and try again.

mkrish
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Fri Apr 17, 2015 11:13 am

Re: Changing element style color

Post by mkrish » Fri Apr 17, 2015 12:20 pm

Please try to use below CSS style in your template.css for changing the submenu text color of 'CONNECT' menu link

Code: Select all

.art-hmenu li.parent ul li a{
	color: #FFFFFF !important;
}


Locked

Return to “Templates for Joomla! 3.x”