Colorway Theme

Discussion in 'ColorWay WordPress Theme' started by kd inspirations, May 10, 2013.

  1. kd inspirations

    kd inspirations New Member

    Joined:
    Mar 24, 2013
    Messages:
    7
    Likes Received:
    0
    My website is http://www.katresedawson.com.

    I have a few tweaks, I need to make on the site.

    1. I just completed my logo, but the space provided in the template is so tight that you can not read the word in my logo, and I did use the optimum size. How do I increase this space so that the logo is larger?

    2. I stated before that I wanted the template background to match my logo colors, however, the code sent (see below) only changed the menu background when selected and the footer. But I would also like to change the font color and possibly the font style for the site as well. But I only have the default colors provided. Is there an additional piece of code that you can sent that would allow me to these things. Also, for the font color, I would like the footer font color to be different (white)
    from the gold color on the rest of the site.

    current code in use:
    .footer-container {
    background: #cc9900;
    }
    .footer-navi {
    background: #cc9900;
    }
    .slide .slide-content.entry {
    border-right: 8px solid #cc9900;
    }
    #menu li.current-menu-item a
    {
    background: #cc9900;
    }
    #menu li a:hover, #menu li.current_page_item a {
    background: #cc9900;
    }
    #menu .ddsmoothmenu li li a:hover {
    background: #cc9900;
    }
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    ColorWay theme is fully comfortable with the fullwidth logo image, We have checked your website and it seems that you are using a very small image for your logo, Use large image for your logo, It will display fine.

    2.For your second issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer-container a {
    color: red;
    font-size: 16px;
    }
    .footer-container p{
    color: red;
    font-size: 16px;
    }
    #content p {
    color: red;
    font-size: 16px;
    }
    Inplace of "red" put your color value.
     
  3. kd inspirations

    kd inspirations New Member

    Joined:
    Mar 24, 2013
    Messages:
    7
    Likes Received:
    0
    Thank you Gourav, that did fix my issue with the logo size, but in the template it had optimal size listed, so I input those pixel measurements. Maybe that should be removed becasue it did confuse me.

    For the second issue, it did change the font color for the footer, and allowed me to changed the font color for the content for the feature columns on the home page. But I did not want to change the feature columns. I am trying to change the font color the headers in the footer (its hard to read with that color), and customize the colors for the (a differnt color than the footer) for the brown color shown through out the site using rgb. I selected the brown color from the "Theme Stylesheet" under "Styling Options." Thanks!
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to js > custom.js present in your theme directory and remove the code given below

    Code:
    //Cufon replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');    
    Now ,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer-container h4{
    color:red;
    }
    Inplace of "red" put your color code.
     
  5. kd inspirations

    kd inspirations New Member

    Joined:
    Mar 24, 2013
    Messages:
    7
    Likes Received:
    0
    I tried locating the "js > custom.js" in theme directory, but I'm not sure if I am looking in the right place. Can you provide screen shots to assist me in locating the Theme Directory? Also, I am interested in adding a left sidebar as well. With adding another sidebar, I would also like to widen the page. Can you send the code that will allow me to perform this action as well as the steps to implement this change with screenshots, if possible? Thanks!
     
  6. kd inspirations

    kd inspirations New Member

    Joined:
    Mar 24, 2013
    Messages:
    7
    Likes Received:
    0
    I found the java script files in the theme, but it will not allow me to open and edit. I have also tried unzipping file.
     
  7. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    You can also remove cufon through
    Appearance > Editor > function.php
    check image for reference.

    [​IMG]
     
  8. kd inspirations

    kd inspirations New Member

    Joined:
    Mar 24, 2013
    Messages:
    7
    Likes Received:
    0
    I removed the code and added the additional code to CSS and it is still not changed.

    Screenshots attached of both steps.

    Also, I am interested in adding a left sidebar as well. With adding another sidebar, I would also like to widen the page. Can you send the code that will allow me to perform this action as well as the steps to implement this change with screenshots, if possible? Thanks!
     

    Attached Files:

  9. kd inspirations

    kd inspirations New Member

    Joined:
    Mar 24, 2013
    Messages:
    7
    Likes Received:
    0
    Got the font color changed in the footer header!!! Can you help me with adding a 2nd side bar and wideneng the page? Also, can you send the code that will allow me to perform this action as well as the steps to implement this change with screenshots, if possible? Thanks!
     
  10. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
     

Share This Page