Hi Community,
i have a big problem. I am offering customizable Hoodies for Dogs from “Subliminator”. And the button “personalise and buy” is to small and not an eyecatcher for customers. I watched different videos to change this style button but no success. because i cant find the theme.css in my code. Can anyone help me out here?
I wrote to shopify support 2 times allready but no answer.
when i inspect the code button than this appears:
Personalise and Buy
this is the css:
- appearance: auto;
- -webkit-writing-mode: horizontal-tb !important;
- font-style: ;
- font-variant-ligatures: ;
- font-variant-caps: ;
- font-variant-numeric: ;
- font-variant-east-asian: ;
- font-weight: ;
- font-stretch: ;
- font-size: ;
- font-family: ;
- text-rendering: auto;
- color: -internal-light-dark(black, white);
- letter-spacing: normal;
- word-spacing: normal;
- line-height: normal;
- text-transform: none;
- text-indent: 0px;
- text-shadow: none;
- display: inline-block;
- text-align: center;
- align-items: flex-start;
- cursor: default;
- box-sizing: border-box;
- background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
- margin: 0em;
- padding: 1px 6px;
- border-width: 2px;
- border-style: outset;
- border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
- border-image: initial;
}
I hope someone can help me.