Forum Replies Created

Viewing 15 posts - 1,441 through 1,455 (of 8,657 total)
  • Author
    Posts
  • in reply to: Remove or reduce header image. #114983
    wensolutions
    Keymaster

    Hello,

    To remove the background image but not the breadcrumb and the title, you can add the CSS following the path Admin Panel > Appearance > Customize > Additional CSS,

    .single #page-site-header{
           background-image: none !important;
           background-color: transparent;
           padding: 0px;
    }
    
    .single .overlay{
          background-color: transparent;
    }
    
    .single #page-site-header .page-title{
      color: #191e23;
    }
    
    .single .trail-items li a {
        color:  #191e23;
    }
    
    .single .trail-items li{
      color:  #191e23;
    }
    
    .single .trail-items li:not(:last-child):after{
       color:  #191e23;
    }
    
    .single .trail-items {
        margin-bottom: 20px;
    }
    
    .single  #content {
        padding: 25px 0;
    }

    Regards.

    in reply to: Cambiare la visuale del sito da mobile #114977
    wensolutions
    Keymaster

    Hello,

    To change the footer color, you can add the CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    .bottom-footer {
        
        background-color: #23221D;
    }

    You can adjust the background color as per your requirement.

    Regarding your query about the mobile view as same as the desktop view, there is no feature like such provided by the theme. If you want such, you can consider hiring a freelancer or our professional developer at https://themepalace.com/hire-a-customizer

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Can’t edit homepage #114925
    wensolutions
    Keymaster

    Hello @msstory,

    Please update the theme to get rid of the button.

    If you have any queries further, let us know.

    Thank you.

    in reply to: Remove filter on headerbanner image #114923
    wensolutions
    Keymaster

    Hello,

    Please add following given CSS code in Additional CSS section to remove default color from header image section by going to Admin Panel > Appearance > Customize > Additional CSS

    #header-banner-image .overlay{
    	background-color: transparent;
    }

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

    in reply to: License key asked again and again #114922
    wensolutions
    Keymaster

    Hello,

    Actually, we are here for our users and we would love to help and provide solution to our users so that our users donot have to face any type of difficulties.

    Also, there can be different possible cases for the issue to be raised so we had asked you to make sure if any possible cases(mentioned above) is raising the issue.

    Further, can you please provide us with login detail as well as site URL in below given email so that we can help you?

    wensolution[at]gmail.com

    Regards.

    in reply to: How can I edit the course and or category fields #114920
    wensolutions
    Keymaster

    Hello,

    All of the above fields you mentioned comes from the plugin ‘TP Education’ suggested after you activate the theme, there you add the courses, team and also assign categories to them. This helps to select the counselor’s field, Courses Curriculum Counselors, Course Feature field following the path Admin Panel > Appearance > Customize > Homepage Section.

    To remove the Reviews field, add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    .single-tp-team li.tab-link:nth-child(2) {
        display: none;
    }

    Please send the screenshot marking the issue if the issue still persists.

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Frontpage activation #114916
    wensolutions
    Keymaster

    Hello,

    Regarding customizing site as demo, please refer link of our official documentation which is given below:

    https://themepalace.com/instructions/themes/travel-master-pro/#doc-how-to-setup-front-page-as-shown-in-the-demo-11

    Actually, when we inspected in our side, everything is working fine regarding slider as you can see in screenshots below:

    http://prntscr.com/qtelih

    http://prntscr.com/qtelyl

    Also, for detail assistance regarding main slider, please refer link of our official documentation which is given below:

    https://themepalace.com/instructions/themes/travel-master-pro/#doc-main-slider-12

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

    in reply to: Menu not Fully Scrolling down #114911
    wensolutions
    Keymaster

    Hello,

    Regarding making the header-image longer, we are unable to inspect the site URL you have provided earlier as it is displaying message regarding update as you can see in screenshot below:

    http://prntscr.com/qtdej6

    Regards.

    in reply to: Disabling a menu link so that it is not clickable #114910
    wensolutions
    Keymaster

    Hello,

    Regarding your query about the menu, if you want the menu to exist but won’t link to anywhere then you have to follow the path, Appearance > Menu and add the custom link to the menu and add ‘#’ in the URL and give the name as per your requirement.

    For clarification, you can refer to the screen record given below,

    https://www.loom.com/share/5fa2969944b24cb9bf8de1d29f3071ce?focus_title=1&muted=1

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    wensolutions
    Keymaster

    Hello,

    When we inspected your site link, we are not facing any kind of issue as you mentioned and everything works fine on our side. The issue might have been raised due to third party plugin, so once deactivate the plugins one by one to inspect which plugin is creating the issue.

    Also to further inspect, switch to the default theme to verify whether the issue is arising from our theme or not. If the issue still persists when you switch to the default theme then the issue is not related to the theme.

    Regards.

    in reply to: Remove filter on headerbanner image #114906
    wensolutions
    Keymaster

    Hello,

    Regarding your query about the color-filter on the header image, this is the default color given by the theme for two different sections and there is no filter added to the header image.

    Regards.

    in reply to: Cambiare la visuale del sito da mobile #114905
    wensolutions
    Keymaster

    Hello,

    Regarding your query about the view of the site in the mobile view, we are not quite clear on this. So can you please explain it further so that we can help you further.

    As for the color of the footer menu can you please provide your site URL so that we can provide you with the precise fix?

    Also, kindly post your query in the English language so that we can understand the query properly and help you precisely.

    Thank you.

    in reply to: Remove or reduce header image. #114904
    wensolutions
    Keymaster

    Hello,

    To remove the picture that is behind the breadcrumb, you have to add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,

    div#page-site-header{
    
        display:none;
    }

    To reduce the picture that is behind the breadcrumb, you have to add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,

    #page-site-header {
        padding: 298px 0;
        }

    You can adjust the picture by padding size.

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Change font size and color #114903
    wensolutions
    Keymaster

    Hello,

    The feature to adjust font size and color is not available from the customize section. You can add the CSS for font size and font color by following the path, Appearance > Customize > Additional CSS,

    .body, button, input, select, textarea {
        color: #6b21af;
        font-size: 20px;
       
    }

    You can adjust the color and size of the font as per your requirement.

    For the arrow next to the menu headers, you can remove that icon using the CSS by following the path, Appearance > Customize > Additional CSS,

    .icon-down {
        display: none;
    }

    Hope this Helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Call to action, remove links? #114901
    wensolutions
    Keymaster

    Hello,

    To remove the button of the call to action section, this feature is not available through the customize section. But by following the path Admin Panel > Appearance > Additional CSS, you can get the desired section.

    .cta-buttons {
        display: none;
    }
    
    #front-page-home-sections .home-section-call-to-action {
        padding: 60px 0;
     }

    By this CSS you can remove the button and arrow from the section.

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

Viewing 15 posts - 1,441 through 1,455 (of 8,657 total)