-
AuthorPosts
-
October 4, 2014 at 2:18 pm #201828
For some reason I cannot get the Our services title to change. I’ve changed the TPL_SPOTLIGHT_TITLE line in —> /language/en-GB/en-GB.tpl_ja_nuevo.ini but it will not change the title. I’ve also changed the same line manually in the FTP with no change still.
I’m also trying to reduce the top and bottom padding of the module. Is that possible?
Thanks in advance!
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 4, 2014 at 2:47 pm #551801Hi
I changed text for our services title Overriding the language string
Regarding padding you can edit this file templatesja_nuevocssthemesgreentemplate.css line 5623
@media screen and (min-width: 768px) {
.t3-sl {
padding-bottom: 96px; --- edit this line reducing padding value
padding-top: 96px;
}-
2 users say Thank You to pavit for this useful post
October 6, 2014 at 8:36 pm #552017thanks! the padding thing worked like a charm… and putting the exact line was extremely helpful.
Can you make the font match the other module headers and make it bold?
Also, how can I change the background color of only that module position?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 6, 2014 at 8:45 pm #552019Hi
To change the background color add this to your custom.css file
.t3-wrapper {
background:#fff;
}To make text Bold in the same file custom.css add this line of code
.t3-sl .t3-sl-title {
font-weight:bold;
}1 user says Thank You to pavit for this useful post
October 6, 2014 at 9:12 pm #552023awesome! thanks again for your help!
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by cmgaskell 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-