• Resolved kauder

    (@kauder)


    Is there any way to “Bold” or otherwise increase the font of just the company name (organization) when displayed in Tile Plus?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    Is the field you want to bold the organization field of an individual entry type or the organization’s name of the organization entry type?

    Thread Starter kauder

    (@kauder)

    Hi Steven,

    If I understand what you’re asking, the organization’s name of the organization entry type.

    Bold co names in directory.jpg
    Plugin Author Steven

    (@shazahm1hotmailcom)

    Add the following CSS to the theme’s custom CSS area found in the Customizer:

    #cn-tile-plus span.org.fn.notranslate {
    	font-weight: 900;
    }

    If this does not work, please share a link to your directory page so I can take a closer look. Thanks!

    I hope this helps, please let me know.

    Plugin Author Steven

    (@shazahm1hotmailcom)

    This support thread is being marked resolved due to inactivity. If you still need help with this, please do not hesitate to let me know.

    Thread Starter kauder

    (@kauder)

    I didn’t see that replying to the email is worthless. My reply:

    Hi Steven,

    While in the customizer, the company name appears bold. But disappears once we publish the page. So something in the code is interfering?

    The website is a prototype  The Legacy Growers Association until we finalize everything and transfer to the official site at  thelegacygrowers.org

    We really appreciate your insight.

    -Rick

    Plugin Author Steven

    (@shazahm1hotmailcom)

    RE: I didn’t see that replying to the email is worthless.

    I’m really sorry; I do not understand. I did not send an email as a reply to this. It is not possible because the wp.org support forum does not share user account email addresses.

    RE: While in the customizer, the company name appears bold. But disappears once we publish the page. So something in the code is interfering?

    Looking at the site in question… it appears the font-family used on the site does not have a bold weight. So, you will only see the normal weight. Use the following CSS instead:

    #cn-tile-plus span.org.fn.notranslate {
    	font-family: Arial, Helvetica, sans-serif;
    	font-weight: 900;
    }

    As for a reason, it appears correct in the Customizer; my best guess is that a different font-family is used.

    I hope this helps; please let me know.

    Thread Starter kauder

    (@kauder)

    Hi Steven,

    I had replied to the email notification I received earlier in the month, not realizing that you wouldn’t see it. I had missed the line at the very end of the email stating “Note that replying to this email has no effect.”

    Regardless, your latest CSS code worked perfectly. Thank you!

    Plugin Author Steven

    (@shazahm1hotmailcom)

    ah, ok, apologies for the confusion.

    Good to hear you have the custom CSS working as needed.

    Have a great day!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Bold the company name in Tile Plus’ is closed to new replies.