Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #119670
    SteveCox
    Participant

    Trying to change Rock Star Pro’s Preloader’s background color from the default white to black.

    Assistance is sincerely appreciated!

    #119688
    tikaram
    Keymaster

    @stevecox: The Preloader’s color is black and if you make the background color also black, the image will not be visible.
    Go to Appearance => Customize => Additional Css and add the following css.

    #loader {
       background-color: #fff000;
    }

    Please change the color-code (#fff000) if you would like to choose a different color.

    Regards,
    Tikaram

    #119722
    SteveCox
    Participant

    I’m using a custom Preloader graphic that requires a black bkgrnd to look right. Thank you for the information.

    #119755
    tikaram
    Keymaster

    @stevecox: Welcome and have a Good day

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to change Preloader's background color’ is closed to new replies.