Change video and where are the color themes?

Discussion in 'ColorWay WordPress Theme' started by johfrancis, Jan 3, 2016.

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

    johfrancis New Member

    Joined:
    Jan 3, 2016
    Messages:
    6
    Likes Received:
    0
    I need to change the video on the home page to a youtube url
    I need to change the color of my site to orange and that is not one of the selections. How do you do this? I used the free ColorWay template and was able to configure with ease, now that I upgraded to Pro, I need to do this all again and the interface is different now.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    As per your first issue, i.e. to change the video on homepage..

    Please follow the video given below.

    Link of the video: http://screenpresso.com/=Q9cse

    Regarding your second issue, let me tell you that you can easily change your theme color from Theme Option panel of your dashboard.

    Please follow the screenshot given below.

    styling_option.png

    Hope it will resolve your issues..

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. johfrancis

    johfrancis New Member

    Joined:
    Jan 3, 2016
    Messages:
    6
    Likes Received:
    0
    I want orange. How do I change all the greens to an orange Hex of my choosing?

    Also, The link to the video you gave me does not work. Please look at Addressweaver.com and tell me how to get my Youtube URL that is on that page to replace the video.

    Your instructions are not clear
     
  4. priya

    priya Guest

    Hello,

    To change color, please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #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 li.current_page_item a, #menu .ddsmoothmenu li li, #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover, .footer-container, .footer-navi  {
        background: orange;
    }
    .salesdetails {
        border-right: 8px solid orange;
    }
    .flexslider_blog .flex-direction-nav .prev, .flexslider_blog .flex-direction-nav .next, .flexslider_blog .flex-direction-nav .prev:hover, .flexslider_blog .flex-direction-nav .next:hover,  {
        background: orange url(images/prev.png) center no-repeat;
    }
    For your second issue,

    Please follow the screenshot given below.

    video_homepage...png

    Hope it will resolve your issues..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. johfrancis

    johfrancis New Member

    Joined:
    Jan 3, 2016
    Messages:
    6
    Likes Received:
    0
    Thanks for the clarification. Now, I would like for the menu buttons to not have a background color, but when there is a mouse hover, they will appear with orange backgrounds like they do now on nexxio.com
    I just want the words as a menu, and when there is a hover over the menu word, the background turns orange.
    Also, how do I change the Carousel buttons at the bottom of the interface from green to orange?
     
  6. priya

    priya Guest

    Hello,

    Paste the code given below in Custom CSS field of your dashboard.
    Code:
    #menu .ddsmoothmenu li a {
        background: none;
      color: black;
    }
    #menu .ddsmoothmenu li a:hover {
        background: orange;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. johfrancis

    johfrancis New Member

    Joined:
    Jan 3, 2016
    Messages:
    6
    Likes Received:
    0
    Thank you.
     
Thread Status:
Not open for further replies.

Share This Page