Home › Forums › ThemesCaliber › TC Ecommerce Shop
- This topic has 123 replies, 20 voices, and was last updated 1 year, 9 months ago by
Shop Manager.
- AuthorPosts
- October 23, 2018 at 12:37 am #1625
ceo
ParticipantI 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
Help please 🙂
October 23, 2018 at 4:41 am #1626Shop Manager
ParticipantHi,
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
October 23, 2018 at 1:22 pm #1629ceo
ParticipantGold
October 24, 2018 at 5:05 am #1634Shop Manager
ParticipantHi,
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.
October 24, 2018 at 9:47 pm #1637ceo
ParticipantThat 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?
October 24, 2018 at 9:48 pm #1638ceo
ParticipantAnd on the mobile version, the entire top Menu bar is still red.
October 25, 2018 at 12:46 pm #1639Shop Manager
ParticipantHi,
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.
October 25, 2018 at 5:01 pm #1640ceo
ParticipantThank you so much!
October 26, 2018 at 1:00 pm #1642Shop Manager
ParticipantPleasure, let us know if you need any other help.
October 31, 2018 at 3:49 am #1658treyrey64
ParticipantHi,
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
October 31, 2018 at 1:36 pm #1661Shop Manager
ParticipantHi 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
October 31, 2018 at 2:28 pm #1663treyrey64
ParticipantI want to use a smaller dimension. I want it to be 1096 x 365 and do not want to use 1440 x 770.
November 3, 2018 at 6:47 am #1674Shop Manager
ParticipantHi,
As per your query, yes you can use 1096 x 365 this size.
Thanks
January 18, 2019 at 10:18 pm #1908harpal
ParticipantHi, 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.
ThanksJanuary 19, 2019 at 12:48 pm #1914Shop Manager
ParticipantHi,
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
- AuthorPosts
- You must be logged in to reply to this topic.