• statriotic1212

    (@statriotic1212)


    Hello,

    How do you style the Catfolder link font with the rest of your site?

    Also, can you add a break character to those links?

    Thank you

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support alina98

    (@alina98)

    Hi @statriotic1212 ,

    Thanks for coming today.

    You can style everything else not available in the general settings using CSS.

    In this case, please send a screenshot and indicate everything you want to style and how you’d like to style them exactly?

    Regards.

    Thread Starter statriotic1212

    (@statriotic1212)

    Hello, I’m looking to stylize the document title. The site uses the font Inter. I’m also hoping to be able to have the links intentionally break after the product name.

    GT 6759
    100% Silicone Roof Coating

    Thank you!

    Plugin Support alina98

    (@alina98)

    Hello,

    Can you give us a link to the document library on your site?

    Also, can you send a screenshot and indicate the title and and link you want to work on?

    Lastly, please give more clarity to the “link break” you are talking about?

    Regards.

    Thread Starter statriotic1212

    (@statriotic1212)

    How do you send the document library without login information?

    Here is an example: https://419.829.myftpupload.com/mastic/

    I would like the product title under the document to break after GT 6892. I can get it to work using PHP when the product name is just a title (on the single product page) but I cannot get that to carry over to catfolders or the product link (under the pail).

    Thank you.

    Plugin Support alina98

    (@alina98)

    Hi @statriotic1212 ,

    What I mean is not the Admin access, but a link on your site (as you’ve already attached) where you’ve added the Document library, so we can check and determine the right CSS for you.

    Also, if I understand you correctly, you want all the titles to break to a new line after certain numbers of name characters like example:

    GT 6759
    100% Silicone Roof Coating

    More so, do you say you want to change the font of the Document title, because it does not inherit the font set on your site?

    Lastly, please confirm that the literature section on this page which has only 1 library file is where you’ve added the Document library?

    https://419.829.myftpupload.com/mastic/

    Regards.

    Thread Starter statriotic1212

    (@statriotic1212)

    Hello,

    Yes, ideally, it would break after the GT XXXX product name as you have it above.

    I would like the link underneath the pail and text under the pdf to match.

    There are more links, please see below:

    https://419.829.myftpupload.com/silicone-roof-coatings/

    https://419.829.myftpupload.com/primers-2/

    https://419.829.myftpupload.com/technical-library/

    Plugin Support alina98

    (@alina98)

    Hi @statriotic1212 ,

    Let me check this with my colleague, and we will get back to you as soon as possible.

    Regards.

    Plugin Support mialewp

    (@mialewp)

    Hi @statriotic1212,

    Good day!

    We appreciate your patience and efforts. Please try adding the php code below and follow the instructions in the screencast here to make it work as expected https://drive.google.com/file/d/1SydPUAwLiq0wOwqgK5nU3P0PLRZ_4Brm/view?usp=sharing

    function line_break_shortcode() { return ‘<br />’; } add_shortcode( ‘br’, ‘line_break_shortcode’ );

    Many thanks!

    Mia

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.