• Resolved deutschmann

    (@deutschmann)


    hi

    how i can change backgrounds pictures behind the home page or how to remove them ??

    please both possibility .
    —————————————————————-

    and how i can change the text color of whole website like ( top menu,service,posts,pages) all of them looks something like dark brown even the circles .

    i will attach the picture to understand it better .

    https://i.imgsafe.org/4fdff39aa4.png

    ————————————————–
    as you know at the moment im working with localhost so i can´t publish my webpage but i think the picture shows everything

    thank`s in advance and awaiting for your kind response !!

    BR

Viewing 15 replies - 1 through 15 (of 17 total)
  • Hi,

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme General Options.

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-color: COLOR-CODE !important;
    }
    .enigma_service {
        background-color: none !important;
    }
    #scroll_menu a {
        background-color: COLOR-CODE !important;
    }
    .enigma_service_iocn {
        border: 4px solid COLOR-CODE !important;
        background-color: COLOR-CODE !important;
        background-image: linear-gradient(to bottom, COLOR-CODE 50%, #fff 50%) !important;
    }
    .enigma_service_area:hover .enigma_service_iocn i {
        color: COLOR-CODE !important;
    }

    Here COLOR-CODE is replaced by your desired choice.

    Save the changes.

    Thanks.

    Thread Starter deutschmann

    (@deutschmann)

    thank´s for reply , but the code it´s not working !!

    already i have some codes inside which you have gived ,when i remove those codes and paste some part of this new codes it´s working but it´s effecting just in part which is written OUR service .

    the codes are not working together 🙁

    any idea please !!!

    thank`s in advance and awaiting for your kind response !!

    BR

    Hi,

    Please share your site URL.

    Thanks.

    Thread Starter deutschmann

    (@deutschmann)

    hi

    sorry but please read the first post !

    as you know at the moment im working with localhost so i can´t publish my webpage

    im trying first to finish website works than i will publish it .

    thank`s and awaiting for your kind response !!

    BR

    Hi,

    Hi,

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme General Options.

    Now find Custom CSS Editor and paste below code into that Editor.

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-color: COLOR-CODE !important;
    }
    .enigma_service {
        background-color: none !important;
    }
    #scroll_menu a {
        background-color: COLOR-CODE !important;
    }
    .enigma_service_iocn {
        border: 4px solid COLOR-CODE !important;
        background-color: COLOR-CODE !important;
        background-image: linear-gradient(to bottom, COLOR-CODE 50%, #fff 50%) !important;
    }
    .enigma_service_area:hover .enigma_service_iocn i {
        color: COLOR-CODE !important;
    }

    Here COLOR-CODE is replaced by your desired choice.

    Also go to Admin Dashboard >> Appearance >> Customize >> Colors.

    Here you can change background color.

    Save the changes.

    Thanks.

    Thread Starter deutschmann

    (@deutschmann)

    Hi

    thank you for reply,the way which you said it didn´t work again .
    but i have did another thing which could have success .
    i have cut the old codes and paste the new codes before them, after that i paste the old codes . 😉

    please take look to the picture, i have mentioned in the picture which has resolved which are not .

    ————————————————
    thank`s and awaiting for your kind response !!

    BR

    Thread Starter deutschmann

    (@deutschmann)

    sorry this is the picture

    https://i.imgsafe.org/cf0286acb0.png

    Thread Starter deutschmann

    (@deutschmann)

    also please tell me how i can change backgrounds pictures behind the home page or how to remove them ??

    please both possibility .

    i have asked in the first post ;(

    BR

    Hi,

    Please download child theme of parallax theme.

    Now open pink.css file in child theme directory and replace color code with your theme color.

    Save the changes.

    Thanks.

    Thread Starter deutschmann

    (@deutschmann)

    hi

    thank you , it´s worked on the way which you offered . 😉

    but now all the website color is pink 🙁

    how can i change all the color codes to this code = #F5B041

    i have replaced this code with pink color but it doesn´t make any changes .

    —————————————————-

    thank`s and awaiting for your kind response !!

    BR

    Thread Starter deutschmann

    (@deutschmann)

    i have found it 😉

    it is ok ………………….

    Thread Starter deutschmann

    (@deutschmann)

    just there is problem with smartphones ……

    the text which is showing on the slider is too big and all the text can´t seen.

    do you have some idea ??

    —————————————————-

    thank`s and awaiting for your kind response !!

    BR

    Hi,

    Please share attachment of slider images where the text is too big.

    Thanks.

    Thread Starter deutschmann

    (@deutschmann)

    hi

    here you are :

    https://picload.org/image/rrappgww/smart2.png

    https://picload.org/image/rrapprgr/smartphone.png

    ———————————————————
    awaiting for your kind response !!

    BR

    Hi,

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme General Options.

    Now add below css code into custom css edeitor.
    @media (max-width:480px){

    .carousel-text h1 {
        font-size: 10px !important;
    }}

    Save the changes.

    Thanks.

Viewing 15 replies - 1 through 15 (of 17 total)

The topic ‘back ground behind pictures’ is closed to new replies.