Home menu text colour

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by draco1, Jan 20, 2016.

  1. draco1

    draco1 Member

    Joined:
    Jan 18, 2016
    Messages:
    32
    Likes Received:
    0
    Hi

    How do I change the home menu text colour, so its visible on the black background, see screen shot.

    Many thanks

    James
     

    Attached Files:

  2. priya

    priya Guest

    Hello James,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu li a {
        color: red !important;
    }
    Note: Change color as per your interest.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. draco1

    draco1 Member

    Joined:
    Jan 18, 2016
    Messages:
    32
    Likes Received:
    0
    Hi Priyanka

    Many thanks sorted now, is this limted to to just basic colours, I could do with the text managing the yellow at the top of the site www.czriflesuk.co.uk have a look if you have the time.

    Best

    James
     
  4. priya

    priya Guest

    Hello James,

    You can use any color or color code according to you...

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. draco1

    draco1 Member

    Joined:
    Jan 18, 2016
    Messages:
    32
    Likes Received:
    0
    Thanks, what is the colour code for the two yellows from the site, see capture file, I need to make the menu text one of these colour. These colours are what come with the site on the defualt themes.

    I would also like to know how to change the yellow colour on the top on the site and the bottom footer to a differant shade Capture.JPG Capture2.JPG

    Best

    James
     
  6. priya

    priya Guest

    Hello James,

    Color code of two yellow parts are:

    1) #e9b23a
    2) #df9b17

    To change color of top area,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .top_cartinfo {
        background: lightseagreen;
    }
    For the bottom area, code is given below
    Code:
    .footer_bottom {
        background: lightseagreen;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. draco1

    draco1 Member

    Joined:
    Jan 18, 2016
    Messages:
    32
    Likes Received:
    0
    Many thanks Priyanka, could you please have a look at the screen shot I have uploaded and let me have the css code to change the iytems I need to, I really appricate your helpon this

    Best

    James
    Capture.JPG
     
  8. priya

    priya Guest

    Hello James,

    Use below code in Custom CSS field of your dashboard to change footer color..
    Code:
    .footer_wrapper {
        background: lightslategray;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  9. draco1

    draco1 Member

    Joined:
    Jan 18, 2016
    Messages:
    32
    Likes Received:
    0
    Thanks, how do we add pictures or logos like the paypal one to this area?

    Best

    James
     
  10. draco1

    draco1 Member

    Joined:
    Jan 18, 2016
    Messages:
    32
    Likes Received:
    0
    Also how do i disable the register and login function at the very top right of the page, i do not want customers to be able to regisetr and login.

    Thanks James
     
  11. priya

    priya Guest

    Hello,

    You can edit that area from Widget field (Dashboard=>Appearnce=>Widget=>Footer Widget Area) of your dashboard.

    To remove register and login function,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu1 .dd1smoothmenu.admin-menu {
        display: none;
      }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  12. draco1

    draco1 Member

    Joined:
    Jan 18, 2016
    Messages:
    32
    Likes Received:
    0
    Hi Priyanka

    I have pasted the CSS text in To remove register and login function, but now i cannot login back into the admin page as the login box has gone, even when using wp-admin at the end of the web address.

    I also cannot work out how to put imagie on the Footer Widget area (where the pay pal logo is) do I have to put html code in the text box?

    Best

    James
     
  13. priya

    priya Guest

    Hello James,

    Please try below code for once to remove register and login function,
    Code:
    #menu1 .dd1smoothmenu.admin-menu li a {
      display: none;
    }
    To put an image in your footer area, please follow the video given below.

    Link of the video: http://screenpresso.com/=0OF0c

    You just need to use below HTML code in the widget area and put your desired image URL over there as I have mentioned in the video
    Code:
    <img src="https://upload.wikimedia.org/wikipedia/commons/4/4c/Social_Media_Marketing.jpg">
    And also paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .textwidget img {
        width: 100%;
        height: auto;
    }
    Hope you will find it helpful..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page