Style Sheets Default
Posted: Wed Jul 20, 2022 9:40 am
Version 3.0.3.8
I'm using the default theme and editing the style sheets to match the color theme from my main site. I've got it almost complete except for a few links.
<link href="catalog/view/javascript/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen" />
<link href="catalog/view/javascript/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,400i,300,700" rel="stylesheet" type="text/css" />
<link href="catalog/view/theme/default/stylesheet/stylesheet.css" rel="stylesheet">
<link href="catalog/view/javascript/jquery/swiper/css/swiper.min.css" type="text/css" rel="stylesheet" media="screen" />
<link href="catalog/view/javascript/jquery/swiper/css/opencart.css" type="text/css" rel="stylesheet" media="screen" />
<link href="catalog/view/theme/default/stylesheet/vendor/vendor.css" rel="stylesheet">
I've gone through the style sheets and made many edits to get close to what I'm going for but there are a few links that I can not find.
1.) on the home page I have 8 "Latest" items and the color on the item name is the default blue and hover Yellow. I am trying to change the blue color to black but I've not found the line in the style sheets to accomplish that.
2.) on the "Catalog" page the menu/nav bar the links are blue links and hover is yellow the yellow is right but again I can not find the code in any of the style sheets that change the blue color.
3.) on the product page the tabs for Description, Specification and Reviews again are blue links and hover yellow with a grey background.
I've searched this forum and the world wide web for answers for close to 2 years and this is the only thing I've not been able to change. Yes I've cleared cache and have looked at the site on 3 of my computers with the same results, the link code I can not find.
I'm using the default theme and editing the style sheets to match the color theme from my main site. I've got it almost complete except for a few links.
<link href="catalog/view/javascript/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen" />
<link href="catalog/view/javascript/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,400i,300,700" rel="stylesheet" type="text/css" />
<link href="catalog/view/theme/default/stylesheet/stylesheet.css" rel="stylesheet">
<link href="catalog/view/javascript/jquery/swiper/css/swiper.min.css" type="text/css" rel="stylesheet" media="screen" />
<link href="catalog/view/javascript/jquery/swiper/css/opencart.css" type="text/css" rel="stylesheet" media="screen" />
<link href="catalog/view/theme/default/stylesheet/vendor/vendor.css" rel="stylesheet">
I've gone through the style sheets and made many edits to get close to what I'm going for but there are a few links that I can not find.
1.) on the home page I have 8 "Latest" items and the color on the item name is the default blue and hover Yellow. I am trying to change the blue color to black but I've not found the line in the style sheets to accomplish that.
2.) on the "Catalog" page the menu/nav bar the links are blue links and hover is yellow the yellow is right but again I can not find the code in any of the style sheets that change the blue color.
3.) on the product page the tabs for Description, Specification and Reviews again are blue links and hover yellow with a grey background.
I've searched this forum and the world wide web for answers for close to 2 years and this is the only thing I've not been able to change. Yes I've cleared cache and have looked at the site on 3 of my computers with the same results, the link code I can not find.