[Support request] How to custom theme ?

Home Forums Support [Support request] How to custom theme ?

Home Forums Support How to custom theme ?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1016298
    Fajri

    Hi, how to make style widget in sidebar.

    I’ve using site library The Marketer but i got a problem.

    How to set and change font style on sidebar like > https://thenextmarketers.com/ ?

    #1016390
    David
    Staff
    Customer Support

    Hi there,

    you can use some CSS to style the P tags in the right sidebar e.g

    #right-sidebar p {
        font-size: 14px;
        font-weight: 700;
    }
    #1016546
    Fajri

    How about font family ?

    i want to set the style font family like the site too

    #1016560
    David
    Staff
    Customer Support

    then add the font-family: 'my-font-name'; property to that rule.
    The font you wish to use must be already being used in the Customizer > Typography settings somewhere for it to load.

    You may want to study this site, it covers the basics of CSS:

    https://www.w3schools.com/css/css_font.asp

    #1016561
    Fajri

    How to show LOGO PICTURE in navigation menu ?

    #1016593
    David
    Staff
    Customer Support
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.