Okay
  Public Ticket #2320344
Font in the headings
Closed

Comments

  • Karina started the conversation

    Hello,

    I'd like to add some headings to the projects and to the posts, but all headings categories are capitalics, what doesn't seams well. Could you please tell me how to change the font, eg. for heading 6 for the same (not capitalic) font as the subtitle here: https://cudniebosko.pl/projekty/lesny-domek-pod-warszawa/ (i mean: Cudowne miejsce w towarzystwie lasu).


    Thanks in advance for your help


    Best regards

    Karina

  •  675
    Neuron replied

    Hi Karina,

    I am very sorry for the late reply, we did not work on the weekend.

    Please add the following style in Appearance > Customize > Additional CSS.

    .p-portfolio-single .p-portfolio-single__content__meta .meta-title {
        text-transform: none !important;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Karina replied

    Thank you very much for your answer and code. Unfortunatelly that's not exactly what I need. I need a possibility to make a heading (e.g Heading 6 - like HEADING 6 in the attachment) without capitalics, just normal letter lik in the subtitle. Could you please help me?


    Thanks in advance


  •  675
    Neuron replied

    Hi Karina,

    I am very sorry for the late reply, I hope for understanding in these times, I hope you and your family are safe.

    Please add as following:

    h6 {
        text-transform: none;
    }

    If you want to remove it from all headings add as below:

    h1, h2, h3, h4, h5, h6 {
        text-transform: none;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.