• Resolved freezuts

    (@freezuts)


    1.How can i change colours/format and how can i leave just the text there(without the background of the text if possible)?without the red colour? for 1,2,3,4,5?

    Screnshot picture : https://imgur.com/IQqOvaj

    2. For this one how can I change the black color from Home Button? I did try there in the customizer but i cannot change it diferently than the menu button colours.
    And from the Latest post sections the color of that button ? the blue one?

    Screenshot here : https://imgur.com/uzXWkak

    3. I cannot Edit the Footer widget at all , i press the button and it does not send me anywhere , i see those Contact Details/Meta I want to Edit/Remove

    Screenshot here : https://imgur.com/Z2KGQcS

    4. https://imgur.com/bMl6zFq

    5. https://imgur.com/iheIjOW

    Thanks and sorry for so many questions but im just starting out!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Please provide the website URL.

    Please do not bundle the more then one issue in one ticket.

    Thank You

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    For third issue follow below steps:

    Go to Dashboard Admin Panel >> Appearance Menu >> Widgets >>

    Kyma Footer Contact.

    Now drag-drop the widget into “Footer Widget Area” and edit the info save

    the changes.

    Thank You

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Put below CSS rules in Custom CSS Editor:

    1)

    .main_title .line:before {
        background: #E64B3B;
    }
    .main_title .dot {
        border: 1px solid #E64B3B;
    }
    .light_header .top-socials span.soc_name:after, .light_header .top-socials span.soc_name:before, .light_header .top-socials > a > span.soc_name {
        background: #CD1C44;
    }
    .owl_text_a > span {
        background-color: #CD1C44;
    }
    #kyma_owl_slider .kyma_owl_p:after, #kyma_owl_slider .kyma_owl_n:after {
        background-color: #CD1C44;
    }
    
    .owl_text_c > span {
        background-color: #CD1C44;
    }

    2)

    .menu_button_mode:not(.header_on_side) #navy > li.current_page_item > a, .menu_button_mode:not(.header_on_side) #navy > li.current_page_item:hover > a {
        background: #e74c3c;
    }
    .blog_grid_format i {
        background: #e74c3c;
    }

    3)

    a {
        color: #e74c3c;
    }

    4) and 5)

    .btn_a i.in_left, .btn_a i.in_right {
        color: #e74c3c;
    }
    .hm_blog_list .btn_a > span > span{
    	color: #e74c3c;
    }

    Save the changes.

    Thank You

    Thread Starter freezuts

    (@freezuts)

    Ok (sorry for more problems in 1 post)

    I will do what you said right away.

    the site is : https://www.onixstudio.ro/wp/

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Ok, first you try the above solution.

    For further help let us know.

    Thank You

    Thread Starter freezuts

    (@freezuts)

    i’ve pasted the css rules in the “custom css from general options , i’ve put other colours there…and it does not change anything , am I doing something wrong?..i understand what the rules do ..to the site , but it doesnt change.

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Please Go to Dashboard Admin Panel >> Appearance Menu >> Customize >> Kyma Options >> General Options >> Custom Css.

    Now try below CSS rules into Custom CSS Editor:

    .menu_button_mode:not(.header_on_side) #navy li.current_page_item a, .menu_button_mode:not(.header_on_side) #navy li.current_page_item:hover a {
        background: #e74c3c;
        color: #fff;
    }
    .main_title .line:before {
        background: #E64B3B;
    }
    .main_title .dot {
        border: 1px solid #E64B3B;
    }
    .light_header .top-socials span.soc_name:after, .light_header .top-socials span.soc_name:before, .light_header .top-socials a  span.soc_name {
        background: #CD1C44;
    }
    .owl_text_a span {
        background-color: #CD1C44;
    }
    #kyma_owl_slider .kyma_owl_p:after, #kyma_owl_slider .kyma_owl_n:after {
        background-color: #CD1C44;
    }
    .owl_text_c span {
        background-color: #CD1C44;
    }
    .blog_grid_format i {
        background: #e74c3c;
    }
    a {
        color: #e74c3c;
    }
    .btn_a i.in_left, .btn_a i.in_right {
        color: #e74c3c;
    }
    .hm_blog_list .btn_a span span{
    	color: #e74c3c;
    }
    .main_title .line i{
            color: #e74c3c;
    }

    Now save the changes.

    Let us know for further help.

    Note: If the above solution not work for you the please download any Custom CSS Plugin from WordPress Plugin Directory. And activate it. then put above CSS rules in it.

    Thank You

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘I need some help’ is closed to new replies.