• Resolved snaima

    (@snaima)


    Hello,

    i am trying to change the color of the top header (where you will see the facebook icon and the number of contact on the top) from #d8c46c to #703026.

    I didnt found where i have to go in wordpress or in the FTP files. I noticed that when i inspect the code source from internet website it look to be in the Index 126. but when i open the index file there is nothing like that. I also understood that this background color is link with some other background color like the title menu background.

    so i supose they is a place i didnt found where there is a color background by default for many structure.
    ——————————————————
    For exemple i found all those :

    input[type=’submit’], .wpcf7-submit, .header-top, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .carousel-control, .big_title:after, .card-service .service-icon, .callout_section .callout-btn, .video_section .video-icon, .video_section .video-icon:hover, .card-room .overlay-btn, .rooms-tabs li a:hover, .rooms-tabs li a:focus, .rooms-tabs li.active a, #testimonial_carousel .carousel-indicators .active, .news_overlay_icon, .more-link, .count .count_icon, .team_social_icons, .contact_icons li span, .gallery-area .gallery-icon, .continue, a.continue:hover, a.continue:focus, .blog-tags li span, .page-numbers.current, .secondary .widget .widget_title:before, .footer_section .copy_right, .footer_section .widget .widget_title:after, .footer-addr .footer-cont-icon, .bottomScrollBtn, .more-link:hover, .more-link:focus, .hotel-primary, .hotel-secondry:hover, .owl-carousel .owl-dot, .news_date span:first-child {
    background-color: #d8c46c;
    }

    Thx you for your time and i hope you can found me a solution to be able to change all those element with a #703026 color background

    best regard

    • This topic was modified 6 years ago by snaima.
    • This topic was modified 6 years ago by snaima.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author britetechs

    (@britetechs)

    Hello @snaima,

    Thanks for contacting us.

    Please go to your ftp account and wp-content -> themes -> hotelone -> find functions.php file and add below code in bottom of the file.

    add_filter('hotelone_reset_data','hotel_imperial_default_data2', 999 );
    function hotel_imperial_default_data2( $themedata ){
        $themedata['theme_color'] = '#703026';
        return $themedata;
    }

    And save this file. kindly check your website again.

    Thanks,

    Thread Starter snaima

    (@snaima)

    it works !!!!

    but we can see at the top the code wrote itself, how can we delete it from visibilty of the web site ?

    thanks,

    Thread Starter snaima

    (@snaima)

    i try several thing but i dont know how to make it disapear.

    do you see what happened at the top of the website ?

    Thank you btw for your help ??

    Theme Author britetechs

    (@britetechs)

    Hello @snaima,

    Thanks for your reply.

    We have checked your website. You have going to some thing wrong in the theme. Please go to our site and find our email address in footer, And contact us with email id. Then we can reply to the email, will resolve your issues.

    Thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Background color on header top’ is closed to new replies.