Site logo

Archived topic

How to custom theme ?

5 replies · Started by Fajri on September 22, 2019

Viewing posts 1–6 of 6

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/ ?

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;
}

How about font family ?

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

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

How to show LOGO PICTURE in navigation menu ?

This archived topic is closed to new replies.