-
Author
-
November 25, 2016 at 02:20 #145263
Philippe
ParticipantHey,
Need to customize my product tittle.
Already got this piece of code :
h1.product_title.entry-title {
font-size: 30px !important;
font-weight: 400;
}Works fine, but I would like to change the color and the font also (raleway).
Thanks!
November 25, 2016 at 10:55 #145310Laura
ModeratorHello, use this
COPY CODEh1.product_title.entry-title { font-size: 30px !important; font-weight: 400; font-family:"Raleway" !important; color:black !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 28, 2016 at 03:05 #145399Philippe
ParticipantIt works fine thanks!
I also Would like to customize the colors showed in the attachment screenshot (two layers and the “see cart” button).
I canot customize as I would with the Kleo option…
November 30, 2016 at 08:52 #145612Laura
ModeratorHello, try with
COPY CODEul.kleo-toggle-submenu { background: white !important; } .kleo-minicart { width: 300px; } .minicart-header { background: black; color: white; } .minicart-contents { background: blue; color: white; } .minicart-total-checkout { background: red !important; color: white; } .minicart-buttons { background: green !important; color: white; } .minicart-buttons .btn-default { background: red !important; border: red !important; color: white !important; } .minicart-buttons .btn-highlight { background: blue !important; color: white !important; border: blue !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘General questions’ is closed to new topics and replies.