• Hi,

    I am wondering if it’s possible to reduce the font size of the call out area.

    Or is it possible to put a custom html, such as address & Google Maps link in Call Out area?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ben27

    (@ben27)

    Especially in mobile version. Is it possible to make it a little bit smaller? For desktop it looks fine.

    Hi,

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme General Options.

    Here, copy below code and paste into Custom CSS.

    @media(max-width:480px){
    .enigma_callout_area p {
    font-size: 18px !important;
    }
    .enigma_callout_area a {
    font-size: 16px !important;
    }}
    
    @media(max-width:320px){
    .enigma_callout_area p {
    font-size: 18px !important;
    }
    .enigma_callout_area a {
    font-size: 16px !important;
    }}

    Here, 18px and 16px is replace by as your requirement.

    And it is not possible to customize Call Out Area section.

    you can use plugin for Google Map and you can add widgets in Footer Area Section.

    Save the changes.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reduce The Font Size of Call Out Area’ is closed to new replies.