Home page blog feature section

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

  1. draco1

    draco1 Member

    Joined:
    Jan 18, 2016
    Messages:
    32
    Likes Received:
    0
    Hi
    How do I remove this section in sale junction
    Home Blog Heading

    Home Blog Description


    Thanks

    James
     

    Attached Files:

  2. priya

    priya Guest

    Hello, James...

    Greetings from InkThemes!

    Please follow the screenshot given below.

    home_blog_heading_remove.png

    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

    How do we change the color of the all the text that we use in the home page feature setting boxs

    Many thanks

    James

     
  4. priya

    priya Guest

    Hello James,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_content_inner_head h2 {
        color: red !important;
    }
    .feature_content .feature_content_inner_head h6 {
        color: blue;
    }
    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
     
  5. draco1

    draco1 Member

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

    That code has not worked, nothing changed? See the attached picture, it just the yellow text I need to change the color of please, do you have the code for that

    Best

    James

    text.jpg
     
  6. priya

    priya Guest

    Hello James,

    Could you please provide us 'URL' of your site so that we can better assist you?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. draco1

    draco1 Member

    Joined:
    Jan 18, 2016
    Messages:
    32
    Likes Received:
    0
  8. priya

    priya Guest

    Hello, James...

    I just tried this code and it works as it should...Please have a look over below screenshot.

    user_color.png

    So you are kindly suggested to clear your cache first and check after that..

    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  9. draco1

    draco1 Member

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

    Is there a way to justify the menu tab on the home page so they line up with the page page container, see attached so we do not have the gap at the end of the bottom row. We also need to change the yellow at the very top of the site (where it list items) to black
    site address is www.czrifles.co.uk

    Thanks

    James
    menu1.jpg picture
     
  10. priya

    priya Guest

    Hello James,

    I am unable to access your site..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  11. draco1

    draco1 Member

    Joined:
    Jan 18, 2016
    Messages:
    32
    Likes Received:
    0
  12. priya

    priya Guest

    Hello, James.

    We didn't get any extra space as you have mentioned in your screenshot..

    For the second issue,

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

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  13. draco1

    draco1 Member

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

    Have tried that CCS code but it does not work, the header is still yellow, i have put the code in a the top and tried it at the bottom, but still does not work.

    Best
    James
     
  14. priya

    priya Guest

    Hello, James.

    I really don't understand why any code didn't work at your site as it works perfectly at my end:( ...Please have a look over the below screenshot..

    user_image.png

    Would you please deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    For the footer section, code is given below
    Code:
    .footer_bottom {
        background: black;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page