Hi,

I am using a third party joomla module and I want to change some styles like font color through custom CSS. I entered the correct code but it is not reflected on the website. The module supplier after looking into the problem told us we should contact a template designer which is you.
The code in question is:
.acym_introtext {
color: white !important;
}

	It does not work also without !important statement. 
	
	I there any suggestion?
	
	Kind regards,
	
	Zoran 

    zmand13
    Hi
    The code is fine.
    There is issue in your custom css, it has more code and errors that result the code not working.
    Put the code in first line of custom css and it will work.

    Also check all the code you added in custom css. Each opening brace must be closed as well { }
    Below is the error code in custom.css that making problem

    /* Modifying the Menu items font color */
    
    /* This is for the Menu items font color */
    /*.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
    color:#yourhexcode!important; */
    }

    Regards

    Excellent!
    It works now.
    Thank you very much Pankaj!
    Kind regards,
    Zoran

      Ninja locked the discussion.
      Write a Reply...
      You need to Login to view replies.