-
AuthorPosts
-
June 16, 2017 at 3:13 pm #1042364
Hi,
I want to change the font and color of 4 parts of the site.
I try but I do not see my changes.
Can you tell me with an image, the places I can make these changes.
I have attached an image
Regards-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 19, 2017 at 4:55 am #1042650Hi,
It looks like you changed the default template, let me know if you still need help on this.
June 19, 2017 at 8:19 am #1042703Hi,
Yes I need your help on the 4 changes mentioned in the image
RegardsSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 20, 2017 at 8:26 am #1042969Could you share the correct URL of page you’re using JA Megastore template on your site? I will take a look.
June 20, 2017 at 8:32 am #1042971This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 21, 2017 at 7:10 am #1043209Hi,
To change the color of the main navigation, you can use this css rule:
.t3-mainnav { background-color: your_color_code_here; }
For the slideshow, use this:
.ja-ss-desc { background: your_color_code_here; color: your_color_code_for_text_here; }
You can create a new css file called ‘custom.css’ in this directory: [root]/templates/ja_megastore/css/ and add above css rules into this file.
June 21, 2017 at 7:19 am #1043215HI,
Thank you I will see this.
I guess it’s the same place for the font [suggestion for this is not adjustable via the parameters of the theme !!]
Nevertheless, I was looking for 4 places (cf image). Can you help me ?
RegardsSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 21, 2017 at 7:27 am #1043217I’m afraid that I can’t get your point here, what you mean by ‘4 places’ here?
June 21, 2017 at 7:45 am #1043232Hi,
With the words it’s difficult
See the image with areas that point with arrows (especially at the top and bottom of the page)
ThanksSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 22, 2017 at 3:07 am #1043386You mean the footer also?
You can add this css rule into above ‘custom.css’ file:
.t3-footer { background: your_color_code_here; }
June 22, 2017 at 1:51 pm #1043551Hi
Thank you.
There was no need to specify the path to the custom.css file 🙂$doc->addStyleSheet('templates/'.$this->template.'/css/custom.css');
Thank you for telling me for other places and especially to put a google font in the title (really sad not to see this in the settings)
Regards
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 23, 2017 at 1:20 am #1043654You can use Google chrome inspect element or Firebug for Firefox. What I usually do is set Compress CSS in Template manager to No, then hover on any HTML element (i.e. button, tag, text, …) you want and right click on it and then click on inspect element, it will show you which CSS class it is using and which CSS file and the path to this element on the right side. then add your custom css into the ‘custom.css’ file.
June 23, 2017 at 7:24 am #1043738Hello,
You do that in a few minutes, I would need hours 🙁
I asked you from the beginning how to add a google font on the title ….
Thank you for helping me. I thought that a company like Joomlart had these possibilities to modify each of these elements (which must often be requested !!) by the backend 🙁Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 26, 2017 at 10:24 am #1044172Hi,
You can use this css rule:
.t3-footer .t3-module { background: #fff; }
Regards
June 27, 2017 at 1:21 pm #1044497HI,
Thank you 🙂
I have more than the title of the menu of which I want to load another font and colors (hover)
RegardsAuthorPostsThis topic contains 19 replies, has 2 voices, and was last updated by Saguaros 7 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-