This topic has 3 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #145263
     Philippe
    Participant

    Hey,

    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!

    #145310
     Laura
    Moderator

    Hello, use this

    COPY CODE
    
    h1.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 solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #145399
     Philippe
    Participant

    It 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…

    Attachments:
    You must be logged in to view attached files.
    #145612
     Laura
    Moderator

    Hello, try with

    COPY CODE
    
    ul.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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?