ProDesigns

Forum Replies Created

Viewing 15 posts - 811 through 825 (of 971 total)
  • Author
    Posts
  • in reply to: Change colour of background box #334
    ProDesigns
    Keymaster

    Hi @charlie,

    You can go to appearance >> customize >> additional css and pages following css to change background:

    #call-to-action-3 .overlay-area:before {
        background: none;
    }
    
    #call-to-action-3 #education-register {
        background: #c6a83e;
    }

    Change background as per your requirement.

    in reply to: Alignment/Customisation of EC:Information & Facts widget #333
    ProDesigns
    Keymaster

    There is no image in current site. If you can upload image and inform us we will check it and provide you better solution.

    in reply to: Add email link to button #332
    ProDesigns
    Keymaster

    Hi @charlie,

    You can use mailto:emailaddress like shown here to replace webpage link with email address.

    https://prnt.sc/giitz5

    Reply in same ticket if you need further help.

    Thanks.

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

    Hi @barbosa78,

    You cannot remove sidebar only one page. We will add full width template in upcoming version of the theme. You can then select full width template for specific page as per your requirement.

    Thank you.

    in reply to: Can you change the font size globally of the body of posts? #6847
    ProDesigns
    Keymaster

    You can use this CSS to increase font size globally.

    body{
       font-size: 16px;
    }
    ProDesigns
    Keymaster

    You can replace those CSS with:

    
    .home .entry-img,
    .archive .entry-img {
        width: 50%;
        display: inline-block;
        padding-right: 10px;
    }
    
    .home .detail-wrap,
    .archive .entry-img {
        display: inline-block;
        width: 50%;
    }
    in reply to: New feature #6845
    ProDesigns
    Keymaster

    Hi @mindfulfil,

    Thanks for your suggestion. Our theme do not support this feature at current version. However, we will discuss with development team and add this feature in upcoming version of our theme.

    Thank you.

    in reply to: How to remove hyperlinks #7472
    ProDesigns
    Keymaster

    Hi @akshayrox123,

    Please login wp-admin

    1. For Widget Used In Home Page

    Go to Appearance >> Widgets >> Home Page Widget Area and open MW: Services Widget

    Uncheck option to enable link to detail page as shown image below to disable hyperlink to detail page of services section.

    https://s.nimbus.everhelper.me/share/1096582/29108kmsofg2l322c27x

    2. For Services Page/Template

    Go to Appearance >> Customize >> Services Page Options and check Disable link to services detail page option like shown in screenshot below.

    https://s.nimbus.everhelper.me/share/1096584/ecbxmf9wfm09na77234u

    Hope this will help you.

    Thanks.

    in reply to: How to install themes blog way plus. #7265
    ProDesigns
    Keymaster

    Hi @quyetnt2017,

    You can find instructions at documentation folder you downloaded from themeforest.

    You can even find instructions to import demo content there.

    in reply to: How to install themes blog way plus. #7263
    ProDesigns
    Keymaster

    Hi @quyetnt2017,

    Can you please make us clear on your request for theme editing documentation? Do you mean documentation to edit code of theme?

    in reply to: Site Title #7288
    ProDesigns
    Keymaster

    Hi @avanr,

    Please login to wp-admin then go to Appearance >> Customize >> Additional CSS and add following lines of CSS code to change site title transformation.

    .site-title a {
        text-transform: none;
    }

    Hope this will solve your issue. Feel free to contact us if you need further help.

    Thanks.

    in reply to: How to install themes blog way plus. #7261
    ProDesigns
    Keymaster

    Hi @quyetnt2017,

    You will find theme files, demo content and documentation in the zip of files you downloaded from themeforest.

    Please extract it and open documentation, you will find step by step process to install theme there.

    To summarize:
    – Extract files you download from themeforest
    – Login to wp-admin
    – Go to Appearance >> Themes and Add New themes
    – Upload blog-way-plus.zip and activate it.

    Hope this will work.

    Thanks.

    in reply to: Cannot edit demo pages #7470
    ProDesigns
    Keymaster

    Hi @akshayrox123,

    Go to pages and find available pages. You can see those pages there. You can edit them.

    You can assign pages or changes list from Appearance >> Widget >> Home Page Widget area.

    Thank you.

    ProDesigns
    Keymaster

    Hi @dbookbinder

    We will try to add this feature in our future release.

    Thank you.

    in reply to: Create My Feature for Slider #7468
    ProDesigns
    Keymaster

    Great. You can use theme instructions if you need further help: https://promenadethemes.com/documentation/medical-way/

Viewing 15 posts - 811 through 825 (of 971 total)