Change Font on landing page

  • Author
    Posts
  • #114066
    Francois Dumas
    Power User

    I am trying to find a way to change the very faint (light grey) titles on the Bravada landing page, the titles of the icon blocks and featured blocks.
    I have looked everywhere I think, also in these forums and in general on the Internet, nothing in the documentation either.

    Is there a way or does one need to dive into css file for this one customization?

    Francois

    Website: fssupport.com/fsblog

    #114118
    Zed
    Cryout Creations mastermind

    Hi,

    Those elements don’t have distinct options and use more general settings from the theme’s options.
    If you want to customize them while overriding what’s set in the options then you’ll need to use custom styling (preferably applied without modifying any theme files).

    The styling depends on which specific titles (elements) you want to customize: the section titles or the actual elements (blocks/boxes) titles?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #114136
    Francois Dumas
    Power User

    Thanks for the reply. I am referring to the section titles, of which the text is set as a variable, in for instance the Featured Boxes menu.

    #114144
    Zed
    Cryout Creations mastermind

    Use the following identifier to target these elements:
    .main .lp-section-header .lp-section-title { }

    Note that they inherit the general site text color and have the opacity lowered to appear in that particular way – you’ll most likely need to adjust both attributes.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #114151
    Francois Dumas
    Power User

    Understood. Thank you very much !

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

The topic ‘Change Font on landing page’ is closed to new replies.