Okay
  Public Ticket #1555039
Home 1 Animation page need help
Closed

Comments

  •  1
    ericoye started the conversation

    Hi team,

    Question 1:
    I try to create the service box that you have on this page:
    http://hn.arrowpress.net/cryptcio/

    However, i created a new row with 3 columns. Try to align all the settings that you have on the demo, however, the service box wont float on the slider but under the slider like the attachment.

    How can i resolve this?

    Note: i didnt modify anything on the Home page but on the static block: Our services.

    Question 2:
    How can i set the service box color and hover color which i tried but doesnt seems happening.

    Please advice.

  •  608
    WordPress replied

    Hi,
    Thanks for your purchase.




    2: You can edit style css in child theme:

    .custom-width .bg_highlight{
        bacground-color: #13264a;
    }
    .custom-width .icon_box_content.type_1.text-center:hover{
        bacground-color: #d5a853;
    }

    Regards,
    Alex Vũ



  •  1
    ericoye replied

    Thank you for your reply Alex.

    I did request few question here and mostly were to modify the child theme.

    A question about Child theme.
    i never activate the child theme but only the main theme. When you mentioned modify the child theme, does it mean i have to activate the child theme then only i can make any modification?

    So after the modification, i were to deactivate the child theme and reactivate the main theme, is that correct?

  •  608
    WordPress replied

    Hi,

    If you custom code you need to active child-theme. If you fix the theme of the father when you update the theme on the themeforest it will lose all the data you update.

    Thanks!

    Alex Vũ


  •  1
    ericoye replied

    Alright, so my situation is like this. I already create all the pages, setup etc on the Father theme. So if i activate the child theme, will that ruin my entire website?

  •  608
    WordPress replied

    Hi,

    It will not affect what you have configured. Child theme to the custom code you want to edit.