Hello!
1)How can I change the color and the font-size? would you write me the CSS code please?
2) how can I eliminate this symbol? would you write me the CSS code please?
3) How can I change the width and de weight and the color of this part? would you write me the CSS code please?
Comments
body.blog .blog_wrapper h2 a{2)color:#06262d !important;
font-size:18px !important;
}
body.blog .excerpt-hellip{3)The width cannot be changed.display:none !important;
}
Below I made a CSS for you which will modify color and weight of this text only. Thanks