Shape 5

Joomla Free Templates => Design Control - Free => : DavidW64 September 20, 2016, 01:25:17 AM



: Breadcrumb and other text colours
: DavidW64 September 20, 2016, 01:25:17 AM
Hello. I have recently set up a website for someone  and I am using the latest version of vertex 4 and Design Control template in the older version I could find the breadcrumb controls quite easily. In the newer version they are evading me could you please help with some advise on how to alter the text color of the breadcrumbs and other text in the template. An example of my issues can be found here

http://www.tertiarypublishingonline.com/component/finder/search?q=cleft&Search=


: Re: Breadcrumb and other text colours
: mikek September 20, 2016, 07:52:32 AM
Hello,

You would need something like this in custom.css:

.breadcrumb .active, .breadcrumb li {
color:#000000 !important;
}


: Re: Breadcrumb and other text colours
: DavidW64 September 20, 2016, 07:38:59 PM
Thanks. What about the text for the search results? I have found I can alter the headings using the highlight 2 in the theme part of the template.


: Re: Breadcrumb and other text colours
: mikek September 21, 2016, 09:46:01 AM
Hello,

We don't provide support on customizing the css, any modifications would be need to be css that you create and apply to custom.css. The gray color is the main body color that applies to all pages on the site. The text is meant to appear on a white background, not a large image like you have. I would suggest using something like Firebug to identify the css used for each area as you make modifications.