• Resolved gpaladin

    (@gpaladin)


    I have installed Pique theme on self-hosted domain. The same theme is used on my wordpress.com site. The site on www.remarpro.com should look the same as the one on wordpress.com, but I have encountered couple of problems.
    1. Color pallets that are available in wordpress.com version are missing in www.remarpro.com. These pallets control colors for panels and fonts and a lot of other things. In www.remarpro.com version there is only default color pallet. Are there any alternatives?
    2. Color of top panel (using static front page) cannot be changed from default customizer in www.remarpro.com. How to change this?
    3. Due to missing pallets, font colors cannot be changed from customizer. How to change this?
    4. Logo as applied in wordpress.com cannot be applied in www.remarpro.com customizer. How to put logo on the site?

    I am aware that by changing css I can change this, but this as a painstaking way to do it and what will happen when theme is updated.

    I managed to change default fonts by using a plugin. Is there a plugin to make described changes?

    Thank you for your help.

Viewing 16 replies (of 16 total)
  • Thank you for helping out @gpaladin. ??

    @byashleynoel: I noticed that your site’s hosted over at WordPress.com. These forums are intended for folk who have there site hosted elsewhere and are running on the free software available here at www.remarpro.com.

    (If you’re unsure on the differences between WordPress.com and www.remarpro.com then this guide gives a good overview.)

    I also noticed that you’ve added a lot of custom CSS to your site. The following, in particular, is making the text in your panels grey:

    .pique-panel-content {
        color: gray;
        margin: 0 auto;
        max-width: 2000px;
        padding: 20px;
        text-align: CENTER;
        text-shadow: NONE;
    }

    Can you please locate the above snippet in the CSS panel of the WordPress.com Customizer and remove color: gray; from it in order for the text to be white?

    If you’d like further help, please get in touch with the support team over on WordPress.com. We have a dedicated forum where we provide CSS help:

    https://en.forums.wordpress.com/forum/css-customization

    As a paid user, you also have access to live chat support here for more general support questions:

    https://wordpress.com/help/contact

    Thanks!

Viewing 16 replies (of 16 total)
  • The topic ‘Pique theme logo and colors’ is closed to new replies.