Okay
  Public Ticket #1580529
Color Scheme Change
Closed

Comments

  • umarmughal897 started the conversation

    Hello,


    I just purchased your theme and setup it with demo import. Now i need to change the color scheme for the whole theme as mentioned this feature in your theme features:

    ->Unlimited Color Styles. Create your custom color scheme with only a few clicks!

    So I was not able to find any documentation regarding that. Can you kindly tell me how to change the color scheme to my own custom colors in few clicks?


    Thanks

  •  2,010
    Ocean replied

    Hi,

    You can go to Appearance > Theme Options > Style to change color scheme.

  • umarmughal897 replied

    ok thanks i found it . is there anyway to change the header images colors as well?  for example current orange color change to green ?

  •  2,010
    Ocean replied

    Hi,

    Sorry, can't change color of image by css code. You have to use design tool to change it.

    So we can't help you this problem.


  • umarmughal897 replied

    okay thats fine.


    I have another 2 issues:

    Issue#1

    How to change the Header Text colors on all page? I cannot find any options anywhere in the theme to do that. see this screenshot of what i mean: http://prntscr.com/jnugur


    Issue#2:

    I uploaded this custom changed color background image in Blog header:  http://prntscr.com/jnvdat

    But the image is displaying with a properly of "background-size: cover;" when checked through the inspect tool. but the default original image is displayed with 'none' properly. So which is why the image i uploaded after changing its colors are displaying with a lot of ZOOM OUT but the original image was showing better. 

    Original: http://prntscr.com/jnvfac

    When uploaded in theme options: http://prntscr.com/jnvfv3

    How to fix this?



    Thanks

  • umarmughal897 replied

    And can i also have the LOGO PSD file please?


    Thanks

  •  2,010
    Ocean replied

    Hi,

    1. Now there is no any option to change color thoes texts. 

    You can add custom css code here: 

    http://www.awesomescreenshot.com/image/868495/cf4c1c5da08b7ecc7e3fc520f49d1229

    .message-intro p{ color: your-color; }
    .page-top.page-880 h1 span{ color: your-color; }
    

    2. Add more css code:

    .page-top{ background-size: inherit!important; }
  • umarmughal897 replied

    okay so  #1 solution did no work.  It worked only on home page but on cloudVPS page still shows same color text: http://prntscr.com/jnvvqb 


    #2  worked : thank you very much.

    Does these changes in css box go away if i update the theme?


    Please also provide the LOGO image PSD file. 


    Thank you.

  • umarmughal897 replied

    Also tell me  how to change the button colors: http://prntscr.com/jnw2vk 

    These button colors do not changed when i changed theme colors from themeOptions->style.

  •  2,010
    Ocean replied

    Hi,

    1. You can change color in each pages(see attach image) or add more "!important"

    .page-top.page-880 h1 span{ color: your-color!important; }
    

    2. Don't worry, css code will not go away when you update theme.

    And sorry, we don't have logo PSD file.

    .sectionarea.blog .button{ background: your-color; }
    

    You can custom css by yourself with this tutorial: 


  • umarmughal897 replied

    Hello,


    1.  It did not work. Cloud VPS title is not in the image as you attached its inside the page like here: http://prntscr.com/jq0d8r

    So i tried added a custom class here: http://prntscr.com/jq0dgd

    and referred to its class here: http://prntscr.com/jq0dpk

    also tried adding !important but Nothing Worked.....


    2.  Adding this code worked with the blog buttons: 

    .sectionarea.blog .button{ background: your-color; }

    But then in the post details page, there are some other buttons showing brown and text etc please check this:

     http://prntscr.com/jq0ezi

    &

    http://prntscr.com/jq0fmr

    So alot of the blog pages showing brown default colors of the theme which should have been chagned automatically when i changed the colors from theme options -> Style


     Kindly provide solution to all this.


    Thanks

  •  2,010
    Ocean replied

    Hi,

    1. Sorry, please edit code:

    .page-top .vps-title h1{ color: your-color; }
    

    2. We will check and update this problem soon. There is no option to change them. You can change by your self with this tutorial:

    What's problem?

  • umarmughal897 replied

    Hi,

    Yes this worked.  THanks.

    A suggesstion, you should have some option in theme options to control the colors of the BLOG page tooo just like for the rest of the theme you can control colors by going to ThemeOptions->Style. I think it will be good imrpovement update for your theme.

    Thank you very much for your help. :)

  •  2,010
    Ocean replied

    Ok, thank you so much.