Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • cmgaskell Friend
    #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!


    1. help2
    2. help
    pavit Moderator
    #551801

    Hi

    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;
    }


    1. Screenshot_3
    cmgaskell Friend
    #552017

    thanks! 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?


    1. helpblock
    pavit Moderator
    #552019

    Hi

    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;
    }

    cmgaskell Friend
    #552023

    awesome! thanks again for your help!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  cmgaskell 10 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum