• Is there any important reason to esc_html() the $thinkup_general_sitetitle on the thinkup_custom_logo function?

    Why shouldn’t I be able to make some text bold or italic?

    On this particular example, the brand guidelines say we must write “óPTICA” on normal weight and “PITA” on bold:

    Update 1.1.15 ruined this for us.

    At least make the thinkup_custom_logo function pluggable so we can override it via plugin or our child theme.

Viewing 1 replies (of 1 total)
  • Hello Marco Almeida,

    Thank you for contacting us, I’ll be happy to help.

    To make the change you want you can achieve this using custom css. Please add the following custom css to your site via either a child theme or directly from the theme options panel under General Settings -> Custom CSS:

    .site-title {
    	font-style: italic !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

Viewing 1 replies (of 1 total)
  • The topic ‘esc_html on $thinkup_general_sitetitle version 1.1.15 problem’ is closed to new replies.