Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • raholt Friend
    #937676

    Hello,

    Re: JA Onepage – Metro Theme

    See Screenshot: http://screencast.com/t/ppnnHiIlBU9

    I was able to change the background color in the css.

    1. How do I increase the font size for the text beneath "Our Portfolio"
    2. How do I edit the text beneath "Our Portfolio". It’s not in the module.
    3. How do I change the font to "black". The words are in white.

    Thank you,

    Ron

    pavit Moderator
    #937739

    Hi

    How do I increase the font size for the text beneath "Our Portfolio"
    If you do not have already in this folder /templates/ja-onepage/css/ a file named custom.css then make a new one and add to it

     .onepage .section-subtitle {
     font-size:20px!important;
     }

    you can change px as you wish

    How do I edit the text beneath "Our Portfolio". It’s not in the module.

    Open this file /language/en-GB/en-GB.tpl_ja_onepage.ini and change text

    TPL_SUBTITLE_OUR_PORTFOLIO = "Below are some of our best design works we have done for clients."

    How do I change the font to "black". The words are in white.

    in the same custom.css file add

    .portfolio .ja-cp-main .ja-cp-group .ja-cp-intro {
     color:#000!important;
     }

    Regards

    raholt Friend
    #937787

    Hello,

    Thank you for helping me. I am adding many customizations to custom.css file. How do I title each one so when I look in the file I know which code is for which section.

    For example:

    You told me to add the following for "Our Portfolio" section:

     .onepage .section-subtitle {
     font-size:20px!important;
     }

    So how do I title this so it doesn’t interrupt the code but allows me to remember what section this is for?

    Would I do something like this?

    <<< FOR "OUR PORTFOLIO" SECTION>>>
    .onepage .section-subtitle {
    font-size:20px!important;
    }

    pavit Moderator
    #937846

    Hi

    Add comment in this way

    /*  your comment  */
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  pavit 7 years, 11 months ago.

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