Custom theme color

Discussion in 'Subscribely v2 WordPress Theme' started by deveshd, Sep 13, 2014.

Thread Status:
Not open for further replies.
  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    How do I use my own color instead of using one of the styling themes available? For example, http://www.neerajagarwal.net is built on subscribely but it is using it's own custom blue and not one of the default theme colours? Please let me know.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    You have option to change the theme color from your dashboard theme option section.
    Thanks & Regards
    Pramod
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Please read the thread again, I do not want one of the default options, I want to have my own colour theme, where do I customize that?
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    OK, Please specify sections with color and screenshots.
    As well as URL of your Website.
    Thanks & Regards
    Pramod
     
  5. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Hi, here is the details:
    URL: http://webworxworld.com/client-demo5/
    All the sections and buttons that pick the color based on theme selected in Styling area of theme options - buttons, slider background, footer, etc. - See screenshot attached.
    Idea2Inception | Prompt. Precise. Profitable 2014-09-15 09-01-45.png
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#slider_wrapper {
    background: red !important;
    }
     
    div#footer_bottom {
    background: pink !important;
    }
     
    #slider_wrapper .entry .entry_btn:hover, #respond input#submit
    {
    background: blue !important;
    }
    #slider_wrapper .entry .entry_btn:hover, #respond input#submit:hover
    {
    background: yellow !important;
    }
     
    #menu li.current_page_item a, #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu .ddsmoothmenu li li:hover a, #menu .ddsmoothmenu li li:hover
    {
    background:green !important;
    }
    
    Set colors according to your requirement.

    Thanks & Regards
    Pramod
     
  7. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Works, thanks!
     
  8. linhnguyen

    linhnguyen Member

    Joined:
    Sep 4, 2014
    Messages:
    39
    Likes Received:
    0
    Hi,

    When you go to a page, the header's colour isn' the same as the custome colour.

    Please adde some more codes to make it customised properly. colour.png
     
  9. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#crumbs_wrapper {
    background: red !important;
    }
    div#header_wrapper {
    background: green !important;
    }
    div#footer_wrapper {
    background: pink  !important;
    }
    div#content_wrapper
    {
    background: pink !important;
    }
    Thanks & Regards
    Pramod
     
  10. linhnguyen

    linhnguyen Member

    Joined:
    Sep 4, 2014
    Messages:
    39
    Likes Received:
    0
    Perfect, thanks!
     
Thread Status:
Not open for further replies.

Share This Page