cupkate Posted May 4, 2021 Share Posted May 4, 2021 Site URL: https://katenagel.com Hi, I am trying to create a custom font styles for P3 and P4 options and need help with the CSS code. The font settings would apply globally to the site - I would like additional options for formatting my content. The other CSS formatting issue I'm having is with when I create a hyper link in the web content (e.g., a link to a blog post) By default it underlines the text associated with the link, and it's distracting to the reader. I wanted to be able to have appear as a different color as a way to highlight the link. Appreciate any help with these two issues! Thanks! 😊 Link to comment
tuanphan Posted May 6, 2021 Share Posted May 6, 2021 Add to Design > Custom CSS @font-face { font-family: fontname; src: url(enter custom font file url here); } /* p3 */ p.sqsrte-small { font-family: fontname !important; } /* p4 */ pre code { font-family: fontname !important; } Q2. You mean change link color? cupkate 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
cupkate Posted May 8, 2021 Author Share Posted May 8, 2021 Thank you so much! I'll try this now! Regarding my second question - currently in the template, a hyper link shows up as underlined in the content and I find that it distracting. I wanted to format it so that it would appear as a color different from the standard text, ideally. Or another option would be to have the link formatted in a bold or italic. Same font as the paragraph font, only a different format for the part of the content that is the hyperlink. Hope this helps and thanks again for your help! K Link to comment
tuanphan Posted May 9, 2021 Share Posted May 9, 2021 23 hours ago, cupkate said: Thank you so much! I'll try this now! Regarding my second question - currently in the template, a hyper link shows up as underlined in the content and I find that it distracting. I wanted to format it so that it would appear as a color different from the standard text, ideally. Or another option would be to have the link formatted in a bold or italic. Same font as the paragraph font, only a different format for the part of the content that is the hyperlink. Hope this helps and thanks again for your help! K Add to Design > Custom CSS a { text-decoration: none !important; color: blue !important; } cupkate 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
cupkate Posted May 18, 2021 Author Share Posted May 18, 2021 On 5/9/2021 at 10:37 AM, tuanphan said: Add to Design > Custom CSS a { text-decoration: none !important; color: blue !important; } Thank you so much for this help - it worked!! Link to comment
tuanphan Posted May 21, 2021 Share Posted May 21, 2021 On 5/19/2021 at 12:52 AM, cupkate said: Thank you so much for this help - it worked!! Logo looks big. (Mobile-Footer) Reduce logo size? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
cupkate Posted June 11, 2021 Author Share Posted June 11, 2021 On 5/21/2021 at 11:51 AM, tuanphan said: Logo looks big. (Mobile-Footer) Reduce logo size? Yes - is there a way I can do this in the mobil version? Link to comment
tuanphan Posted June 12, 2021 Share Posted June 12, 2021 14 hours ago, cupkate said: Yes - is there a way I can do this in the mobil version? Add to Design > Custom CSS /* Mobile-Reduce footer logo */ @media screen and (max-width:767px) { footer.sections .image-block { width: 30%; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment