Outlining the text - Acme Themes
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5695
    John
    Participant

    At the service section, the texst is outlined centered. I would like to outline the collums left. Is that possible?

    Response
    acmethemes
    That is possible through custom CSS
    John
    Ah, Since I am no expert, What code should I put in there to create this?

    I hope someone can help me with the CSS Coding.

    Thanks already!

    #5697
    acmethemes
    Keymaster

    Hello John,
    Thank you so much for using our theme Corporate Plus.
    If you are not familiar with custom CSS, please add the below css.

    .service-item {
        text-align: left !important;
    }

    Are you wondering where to add the code? Please follow the instruction from the documents.
    https://doc.acmethemes.com/corporate-plus/#WhereandhowtoaddcustomCSS?

    Note: Child theme is recommended to customize theme.
    In this case if you add custom css on the customizer custom css section, no need to create child theme. But if you want to edit any file of parent theme, you must create child theme. If you edit any line of code on parent theme, your changes will lost when theme updated.

    Best Regards,
    Acme Supports

    #5696
    John
    Participant

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Outlining the text’ is closed to new replies.