ProDesigns

Forum Replies Created

Viewing 15 posts - 751 through 765 (of 971 total)
  • Author
    Posts
  • in reply to: Removing the Page Title #6860
    ProDesigns
    Keymaster

    Hi @mozzie610

    Please go to Appearance >> Customize >> Additional CSS and add following CSS to hide title of page:

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

    To hide category and archive prefix you can go to Appearance >> Customize >> Theme Options >> Post Options and select ‘Hide prefix in archive pages’

    Hope it will help you.

    Thanks.

    in reply to: How to replace the blog title with an image #7292
    ProDesigns
    Keymaster

    You are welcome. You too have a great day.

    in reply to: How to replace the blog title with an image #7290
    ProDesigns
    Keymaster

    Hi @lou,

    You can do it in 2 ways:
    1. You can create a transparent banner. You can place title you made in the center and upload it as a banner.
    2. You can upload title as logo. Go to Appearance >> Customize >> Site Identity and upload logo.

    Hope it will help you.

    Thank you.

    in reply to: center text frame #7229
    ProDesigns
    Keymaster

    You are welcome. We are happy to help you.

    in reply to: center text frame #7227
    ProDesigns
    Keymaster

    Hi @akeimi,

    There was missunderstanding. Please remove above CSS and add following CSS:

    .site-content .layout-right-sidebar {
        float: none!important;
        margin: 0 auto;
    }

    Hope this is the solution you want.

    Thank you.

    in reply to: Theme issues and Fixes #8045
    ProDesigns
    Keymaster

    Hi @farhan,

    Thanks for the feedback. These are very useful suggestions. We will fix them in our upcoming version.

    Thank you.

    in reply to: center text frame #7225
    ProDesigns
    Keymaster

    Hi @akeimi,

    You can go to Appearance >> Customize >> Additional CSS and add following CSS to make text align center.

    If you wish to align text only in home page:

    .home p{
        text-align: center;
    }

    If you like to align it on entire site:

    p{
        text-align: center;
    }

    Hope it will help you.

    Thanks.

    in reply to: How to add team members in Our Team widget #7147
    ProDesigns
    Keymaster

    Hi @amruta,

    You can find instructions to add team widget here: https://promenadethemes.com/documentation/winsome-pro/#8.Winsome:Team

    To summarize:
    – Create category called ‘Team’
    – Assign posts to team category
    – Go to Appearance >> Widgets >> Add Winsome: Our Team widget to Homepage widget area and use available options.

    Hope this will help you.

    Thanks.

    in reply to: How to add team members in Our Team widget #6576
    ProDesigns
    Keymaster

    Hi @amruta

    Winsome (free version) does not have option to add team widget. You need to upgrade to Winsome Pro to add team widget.

    You can find difference at: https://promenadethemes.com/downloads/winsome-pro/

    Thank you.

    in reply to: Menu comes up behind the header logo #7466
    ProDesigns
    Keymaster

    Hi @hsl9999,

    Can you provide us your site URL? We can provide you CSS for it.

    If you know CSS you can go to Appearance >> Customize >> Additional CSS and add required CSS there.

    Thank you.

    in reply to: PT:Portfolio in BP Theme #7916
    ProDesigns
    Keymaster

    Hi @patrick,

    Please go to Settings >> Permalink and save permalink options once. It will create htaccess and link will work after that.

    If you still find the problem after that please let us know your site URL we will take care of it.

    Thank you.

    in reply to: Fonts #500
    ProDesigns
    Keymaster

    Hi @hazeleyez3,

    You can use custom CSS to override style of theme.

    Please login to wp-admin, go to Appearance >> Customize >> Additional CSS and add following CSS:

    a.read-more {
        font-size: 20px!important;
    }

    This will change font size of read more text. You can use custom CSS to override other style too.

    Thanks!!!

    in reply to: title blog #7914
    ProDesigns
    Keymaster

    Hi @edith,

    Can you please provide us your site URL? Screenshot is not clear to understand your question.

    Thank you.

    in reply to: Remove Sidebar on Pages #493
    ProDesigns
    Keymaster

    Hi @charlie,

    We are extremely sorry for the delay. We have not update theme yet because of our internal team structuring. We will inform you once this is done. Please give us your email id so that we can email you once we update theme.

    in reply to: Sliders #7896
    ProDesigns
    Keymaster

    Great!!! 🙂

Viewing 15 posts - 751 through 765 (of 971 total)