Home Forums ThemesCaliber TC Ecommerce Shop

Viewing 15 posts - 31 through 45 (of 124 total)
  • Author
    Posts
  • #1625
    ceo
    Participant

    I tried

    GO TO >> Appearance >> Editor >> (there you can find the style.css file)

    go to line no. 4118

    there you can find

    .med-header {
    background: #e22626; // change color code here
    margin-top: 7%;
    }

    To change the red header bar at the top. Under my the style.css file, the code line only goes up to 1353. I still cant figure out how to change the color but I really need to. I also need to change the color of the drop down boxes in the menu bar when you hover over an item in the menu and the subcategories drop down below.

    Here is my website

    http://theartemiscompany.org/

    Help please 🙂

    #1626
    Shop Manager
    Participant

    Hi,

    Thank You for using our theme!

    Which color do you want to put on the Top bar and on the menu drop down?

    Thank You

    #1629
    ceo
    Participant

    Gold

    #1634
    Shop Manager
    Participant

    Hi,

    Follow the steps given below to change the colors:

    Go to Dashboard >> Appearance >> Customize >> Additional CSS

    Paste the code given below in the box

    .baricon {
    background-color: gold;
    }

    #header .nav ul li:hover > ul {
    background-color: gold;
    }

    Publish the settings and refresh the website.

    If you need some other help please let us know.

    Thank You.

    #1637
    ceo
    Participant

    That was very helpful thank you! however, there is still a small red bar across the very top on the page. Can i change that to gold as well?

    #1638
    ceo
    Participant

    And on the mobile version, the entire top Menu bar is still red.

    #1639
    Shop Manager
    Participant

    Hi,

    Follow the steps given below to change the colors:

    Go to Dashboard >> Appearance >> Customize >> Additional CSS

    Paste the code given below in the box

    @media screen and (max-width: 720px){
    .toggle a {
    background: url(images/mobile_nav_right.png) no-repeat right center #d4af37;
    }
    .topbar {
    background: #d4af37;
    }
    }

    Publish the settings and refresh the website.

    If you need some other help please let us know.

    Thank You.

    #1640
    ceo
    Participant

    Thank you so much!

    #1642
    Shop Manager
    Participant

    Pleasure, let us know if you need any other help.

    #1658
    treyrey64
    Participant

    Hi,

    I have TC Commerce Shop Pro. I would like to have my default slider images sized smaller than the 1440 x 700.

    Is this possible?

    Thank you,

    Charles

    #1661
    Shop Manager
    Participant

    Hi Trey,

    As per your query, yes you can use that size for slider images.

    If you need any other help please let us know.

    Thanks

    #1663
    treyrey64
    Participant

    I want to use a smaller dimension. I want it to be 1096 x 365 and do not want to use 1440 x 770.

    #1674
    Shop Manager
    Participant

    Hi,

    As per your query, yes you can use 1096 x 365 this size.

    Thanks

    #1908
    harpal
    Participant

    Hi, Could you please let me know. How do i change the slider image. Actually i want to add Two images in one slider image and with different links.
    Thanks

    #1914
    Shop Manager
    Participant

    Hi,

    As per your request, we are giving you a slider link in which you will get all the easy steps to add an image and you can add one image in one slider.

    Link: https://themescaliber.com/demo/doc/tc-ecommerce-shop-documentation/#slider

    If you need any other help please let us know.

    Thanks

Viewing 15 posts - 31 through 45 (of 124 total)
  • You must be logged in to reply to this topic.