Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #156236
    ArbyCruz
    Participant

    Is it possible to change the background color from black to another color? looking to make the background white if possible.

    Website: https://www.dpcc2018.com

    #156266
    Skandha
    Participant

    @arbycruz: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #page, .site-content-contain, .menu-inside-wrapper, #primary-search-wrapper .search-container, .audioman-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total, .audioman-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded, .audioman-mejs-container.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float, .audioman-mejs-container.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .woocommerce-account .woocommerce-MyAccount-navigation a {
    	background-color:#fff !important; 
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #156276
    ArbyCruz
    Participant

    Good Day Skandha!

    Yes this is what i was looking for! May I ask if its possible to change the font color of the text though to black? the main header of the page disappears in the background once the background color changes.

    One more question, is it possible to remove the scroll option all together on the homepage? If possible we wanted to not be able to scroll down but if not making the background white is also fine. is it also possible to remove the search option on the top menu? Or even remove the top menu in general? Thank you!

    #156294
    Skandha
    Participant

    @arbycruz: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To remove the top menu */
    .site-header-main {
    	display:none;
    }

    I don’t think it is possible to show all the contents of the homepage with out scrolling down as you have a lot of content to show.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #156301
    ArbyCruz
    Participant

    Thanks Skandha! I appreciate the quick responses, you’ve been quite helpful!

    #156306
    Skandha
    Participant

    @arbycruz: Hello there, I hope I was able to help you out. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/audioman/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #156484
    ArbyCruz
    Participant

    Hi Skandha,

    I will make sure to place a review! Sorry may i ask one more thing? We noticed that there are some details that appear on google search that we would like to change, the info that is used to describe our website when searched seems to be the default footer such as the address and such. how do we change this? Is there also a way to remove the copyright footer as well on the bottom? Thank you!

    https://www.google.com.ph/search?q=dpcc2018&rlz=1C1YQLS_enPH765PH765&oq=dpcc2018&aqs=chrome..69i57j69i60l2j0.3079j0j4&sourceid=chrome&ie=UTF-8

    #156514
    Skandha
    Participant

    @arbycruz: You can use Yoast SEO plugin for this purpose. Activate the plugin and Go to => Dashboard => SEO => Search Appearance => In Meta Description you can add the text you want to show up in Search.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #157900
    josh613
    Participant

    hi…can i just make one page white?…
    I tried the css you put here and its what I wanted but only on one particular page not the whole site…is that possible?

    #157929
    Skandha
    Participant

    @josh613: Please post in your site URL and let me know on which page you want the background color.

    Kind Regards,
    Skandha

    #159469
    Danie
    Participant

    Is it possible to keep the background black on the menu and keep the rest of the site white? I used the above code and it als change the menu to white. Id like to keep that black.

    THanks!

    #159470
    Danie
    Participant

    Nevermind, I fixed it! This was very helpful!

    #159493
    Skandha
    Participant

    @danie: Glad you could figure it out. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Changing the Default page Background color’ is closed to new replies.