Home Forums WoodMart support forum Page Title Font "light dark" to another color

Page Title Font "light dark" to another color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #150961

    offgridcircuits
    Participant

    Is there an easy way to select a font color for specific pages on the page title section?

    Please see example

    Attachments:
    You must be logged in to view attached files.
    #150992

    Hello,

    You can change the font color for all the page titles by means of the Advanced typography option, which allows chosing the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    It is not possible to set different colors for different pages.

    Best Regards

    #422721

    schwabihst
    Participant

    Hello, is it possible to add shadow to the page title text?

    Thanks!

    #422975

    Hello,

    Yes, we can add the shadow with custom CSS, please provide the page URL and which title you want to style.

    If you have any questions please feel free to contact us.

    Best Regards

    #423008

    schwabihst
    Participant

    Hi,

    i want to add it to the page title overall. But it would be good to decide later to have it or not.

    Many thanks!

    #423333

    Hello,

    Please try to add this code to the Theme Settings > Custom CSS:

    html .page-title > .container > .title {
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
    }

    You can replace the color as per your needs.

    If you have any questions please feel free to contact us. You can replace zero with 2px or more.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)