• Resolved marienlucky

    (@marienlucky)


    Hello,
    I’m wondering how can I add text on home page. I didn’t know how, so I add it in Callout Area. And it’s fine, just I can’t make changes like bold, new line etc or control of callout bottom position (best to remove it if possible).
    So, it will be great to add normal text, or make changes in Callout area.
    Thank you!
    https://kefaliste.rs/

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter marienlucky

    (@marienlucky)

    Great thanks!
    For solution and short time respond (for colors)

    Thread Starter marienlucky

    (@marienlucky)

    Ok, I did all that, only now in this new field ExtraContent I don’t have font and paragraph options, none control over text.
    So, I will go back to your previous solution with “home-content.php” and “home-page.php” where I can make text changes in code.
    Thanks
    PS is there any solution for spacing? It’s hugeee: among Slider and Service field, Service field and Extra content, Extra content and Callout etc…It’s expecially large on mobiles

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    you can use text with html tags into extra content section for your text

    formatting.

    Like: <h2>O KEFALI?TU</h2>.

    <p><b>Your Text Is Here</b></p> etc.

    Hope you done.

    Thank You

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Put below CSS rules into Custom CSS Editor:

    @media only screen and (max-width: 480px){
    .icons_spacer {
    	padding-top: 40px !important;
    }
    }
    @media only screen and (max-width: 768px){
    .row_spacer {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    }
    @media only screen and (max-width: 1024px)
    .row_spacer {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .welcome_banner .content {
        padding: 30px 15px;
    }
    .row_spacer {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .icons_spacer {
        margin-bottom: -45px;
        padding-bottom: 20px;
        padding-top: 40px;
    }

    Save the changes.

    Thank You

    Thread Starter marienlucky

    (@marienlucky)

    YOU ARE THE BEST!!!

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Most Welcome.

    Thank You

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘add text on home page’ is closed to new replies.