I am trying to tweak the coloring of the site and making it look to my own desire, On the category’s list it doesnt look nice at all.
The table shows white grey white grey, as can be seen here:
http://www.neovvl.com/content/index.php/technical/how-to-articles
There is an element when I inspect the code, but I don’t know where to find the file to modify to remove the table-striped element.
The full line of code with this in it is <table class=”category table table-striped table-bordered table-hover table-noheader”>
I have the LT Design theme
Any help would be appreciated
Hi,
This is category list from com_content layout, if you know HTML override in Joomla!, you can override it https://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core
Otherwise, you can use CSS to override simple style.