• 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 15 replies - 1 through 15 (of 21 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Put below CSS rules into Custom CSS Editor:

    .welcome_banner.full_colored .btn_a {
        display: none;
    }

    Save the changes.

    Thank You

    Thread Starter marienlucky

    (@marienlucky)

    Can I at least Justify text in Callout area?
    Bold some parts?
    Thanks

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    To justify the text put below CSS rules into Custom CSS Editor:

    .welcome_banner .content {
        text-align: justify;
    }

    Save the changes.

    You can’t make some part bold if you want to make whole text bold then use

    below CSS rules:

    span.intro_text {
        font-weight: 600;
    }

    Save the changes

    Thank You

    Thread Starter marienlucky

    (@marienlucky)

    Thank you for answering.
    Unfortunately, it’s not good enough, I have content of text which has to be separated in new lines (at least 4 new passage).This way it’s hard and boring to read…is it possible?
    If not, please let me know how can I add text on front page (but fully editable with font and paragraph options )
    I also tied to add it like post in Blog Options, but I have to have one with full width instead of 3 (plus when using Blog I have these ‘pencil icon’ and ‘details button’ that I don’t need)
    Thanks

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Have you created a “Child-Theme”.

    If no,

    Then download the “Child-Theme” package from this LINK

    Now activate it.

    First do that then let us know for further help.

    Thank You

    Thread Starter marienlucky

    (@marienlucky)

    Yes I already have Child theam, sent by you ??
    kefaliste.rs

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Please download the above “Child-Theme” package and unzip.

    Now open it and copy “home-content.php” and “home-page.php” file and paste

    into your “Child-Theme” package which you are using previously.

    First do that.

    Thank You

    Thread Starter marienlucky

    (@marienlucky)

    ok, I did it. What’s next?
    ??

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Ok,

    Now open “home-content.php” file.

    And edit according your requirement.

    Save the changes.

    Here you can add your content which you want to show on home page.

    Thank You

    Thread Starter marienlucky

    (@marienlucky)

    Wonderful, many thanks!
    Can I reduse space above and below text in this area (and in area with Services)?
    kefaliste.rs

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    We have updated kyma theme package.

    It has been live.

    So please update your theme package.

    Here we added extra content section on home page with better spacing.

    Thank You.

    Thread Starter marienlucky

    (@marienlucky)

    ok great!
    I updated it
    But…how can I reduce this issue with spacing now with this new section?
    What is Extra Content used for?
    Sorry if I’m asking not-so-intelligent questions

    Thread Starter marienlucky

    (@marienlucky)

    My color in box and text in SLider are no longer blue/cyan(after theme update)…they are back to red/orange like it was in original theme. I paste this in css custom (I found it on kyma forum) but it’s not working
    Please, help

    .owl_text_a > span {
    background-color: #0bd6dd;
    }
    .owl_text_b > span {
    color: #0bd6dd;
    }

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Use below CSS rules:

    .owl_text_a span {
        background-color: #0bd6dd !important;
    }
    .owl_text_b span {
        color: #0bd6dd !important;
    }

    Save the changes.

    Thanks

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    First backup your “Child-Theme” package.

    Now remove “home-content.php” and “home-page.php” files from your

    “Child_Theme” directory.

    After it Go to Dashboard Admin Panel >> Appearance Menu >> Customize >>

    Kyma Options >> Extra Content Options >> Put Your Extra Content Here.

    Now put your extra content text here.

    Save the changes.

    Hope it will work for you.

    Thank You

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