JA Brisk Template Color Question

Hi:

I thought I was pretty familiar with this, but I installed the new JA Brisk and want the default color to be Green.

But I’m at wits end to change in the new T3 format; when I select Green as the default, then I lose pages such as "About" and "Contact"

What are the simple steps to change the color to default to Green so that all the pages load as Green, too?

Sorry if this has been asked before, but this has been driving me crazy for 3 days!

Thanks

tp

7 answers

Profile photo of chavan 100.00 $tone February 7, 2014
Public

Hi,

I have Fixed it for you,

simple Solution:

Go To Administrator -> Extensions -> template Manager -> JA- Brisk Green -> Select TAB Assignment -> select All Menus -> click save

thats it

#1
Profile photo of chavan 100.00 $tone February 7, 2014
Public

Go To Administrator -> Extensions -> template Manager -> JA- Brisk Green -> Layout Tab -> In Position & Responsive Configuration -> Select Default -> click save button at the top near to the heading Template Manager edit style

I have resolved this for you

#3
timpennington 0.00 $tone February 7, 2014
Public

Thank you, Chavan!

I appreciate your help!

If I could ask one last question: the logo I have on the page now is way to small … I have a logo that is 240×120 … it is in images/Logo named Ashbrook_logo.png … I have tried changing the template css but it doesn’t enlarge the area of the header to show the entire logo.

If you can advise me on that, I would be grateful … and thank you again for all your help!

tp

#4
Profile photo of chavan 100.00 $tone February 8, 2014
Public

Go to this File : /ja_brisk/css/themes/green/template.css

Replace this code

HTML Code:

.logo-image a {   background-image: url("../../../images/themes/green/logo.png");   background-repeat: no-repeat;   width: 80px;   height: 50px; }

with

HTML Code:

.logo-image a {   background-image: url("../../../images/themes/green/logo.png");   background-repeat: no-repeat;   width: 240px;   height: 120px; }

Then Clear cache. thats it

#5
Profile photo of chavan 100.00 $tone February 9, 2014
Public

Go to this File : /ja_brisk/css/themes/green/template.css

Replace this code

HTML Code:

.logo-image a{background-image:url("/New3/templates/ja_brisk/images/themes/green/logo.png");background-repeat:no-repeat;width:240x;height:120px}

with

HTML Code:

.logo-image a{background-image:url("/New3/templates/ja_brisk/images/themes/green/logo.png");background-repeat:no-repeat;width:240px;height:120px}

you missed a p in width:240px in your css

#6

This question is now closed

Written By

Comments