change border color of product title text

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 3 años
Hello,

is it possible to change the border color (black by default) of product title?

Thanks..
Hace 3 años
Did you mean Product name ?
What theme are you using ?
Change the Themes/DefaultClean/Content/css/styles.css

.overview .product-name {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
Hace 3 años
Hello Yidna,

in categorie page we see all the products, when mouse over the product, the title text is displayed in rectangle (by default black rectangle).

I want to change the rectangle in blue

for example:

<div class="picture">
<a href="/ellie" title="@Ellie"> <img src="../images/thumbs/0000010_ellie_400.jpeg" data-lazyloadsrc="../images/thumbs/0000010_ellie_400.jpeg" alt="@Ellie" title="@Ellie" class="picture-img" loadedimage="true"> </a>
</div>


I used "Avenue" theme.

Thanks.
Hace 3 años
Unfortunately, I think this element is not possible to change visually. It's not an actual title element, it's just a link attribute and its look is fully determined by the browser, not by the website's code...
Hace 3 años
What is the website
You can use inspect to find it - Right mouse click on the element and inspect
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.