New Landing How can we help? Themeforest Theme Support Flexform Footer and the Headings

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Flexform
  • #9686
    Nep
    Member
    Post count: 9

    Hi,

    1) How we can change the colour in the footer (for example to violet)

    2) How we can remove the headings of the categories?

    #9743
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    1) Click “Color Customizer” in the top bar and select Color – Footer from the menu on the right.

    2) Where are those categories? In the footer widgets? If they are widgets, simply don’t add a widget title for the categories widget.

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #9843
    Nep
    Member
    Post count: 9

    Hi,
    Sorry doe misunderstanding. So, we have to remove or make smaller the page name in the header. Please see file attached

    #10062
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    You can do it with custom CSS, in the General theme options.

    To make it smaller:

    .page-heading h1 {
        font-size: 20px !important;
    }

    To hide it, use this instead of the one above:

    .page-heading h1 {
        display: none !important;
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #12420
    Nep
    Member
    Post count: 9

    Hi again! Is it possible to remove the whole block with the page name in the header? Please see file attached

    #12482
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Sure:

    .page-heading {
        display: none !important;
    }

    Regards,
    ————————————————————————————————————

    Cosmin – Support

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register