Forum Replies Created

Viewing 15 posts - 1,441 through 1,455 (of 1,544 total)
  • Author
    Posts
  • in reply to: Create navigation menu on page #142435
    Psink
    Keymaster

    Hello adriana

    Can you please describe your query in more detail? More navigations menus mean, do you want more menu items on the main menu or do you want to add a whole new menu on the theme. It’s is not possible to add a whole new menu. There are only two menus on the theme one is at the top bar and one is the main menu. If you want to add a menu in the sidebar it can be done using a widget.

    Regards,
    Psink

    in reply to: REED MORE #142325
    Psink
    Keymaster

    Hello Diego

    Please follow screen records and the CSS this Css

    
    a.read-more {
        display: inline;
        margin-top: 0;
        background: none;
        color: #fa5742;
        padding: 0;
    }
    a.read-more:hover,
    a.read-more:focus {
        color: #242424;
    }
    

    Screen Record
    https://www.awesomescreenshot.com/video/2305874?key=44028f49cced242aa9f2993bb3e7367f

    Hope this helps

    Have a great day

    Regards,
    Psink

    in reply to: Changing the text “TOP BAR” and “MENU” #142318
    Psink
    Keymaster

    Hello @rudnei

    Please add this CSS in Additional CSS.

    CSS To hide exiting label

    
    .menu-label{
    	display: none;
    }
    

    CSS to add topbar menu label

    
    .menu-toggle::after {
       content: "top";
       padding-left: 5px;
    }
    

    CSS to add primary menu label

    
    #primary-menu-wrapper .menu-toggle::after {
      content: "Main";
      padding-left: 5px;
    }
    

    Please go to Admin panel >> Appearance >> Customize >> Additional CSS, add all of above css here and published

    Have a good day

    Regards,
    Psink

    in reply to: How to include a Search facility on the TOP BAR menu? #142317
    Psink
    Keymaster

    Hello @rudnei

    No sir it isn’t possible to add a search box instead of a topbar menu. Because it is already prebuilt we can’t change it anymore. If you want to do so you need to hire our customizer team.

    Regards,
    Psink

    Psink
    Keymaster

    Hello @Alexei

    Please follow the screen record, I have done for the site title in a similar way you can do for others
    https://www.awesomescreenshot.com/video/2303257?key=5c07e33732f8d4381a03be60141f77be

    If you have any confusion in the process, Please Let us know

    Regards,
    Psink

    in reply to: Copyright #142284
    Psink
    Keymaster

    yes you can remove editable parts

    in reply to: Copyright #142264
    Psink
    Keymaster

    Hello @Melody

    You can put whatever you want in the first part of the footer copyright. The first part of the footer copyright is editable you can edit it easily from the footer theme options, but the second part is static

    In the pro version, you can edit both of it

    Please watch the screen record for more clarification
    https://www.awesomescreenshot.com/video/2293114?key=c9ff353505e7a49656be921eef0fb023

    Regards,
    Psink

    in reply to: Demo Content #142256
    Psink
    Keymaster

    That’s great if you have any confusion. Please let us know

    in reply to: Remove the black dot in slider image #142255
    Psink
    Keymaster

    Hello @spectanizer

    Please add this CSS in the Additional CSS

    .so-widget-sow-hero .sow-slider-base ul.sow-slider-images li.sow-slider-image::after{
    	background: none;
    }
    

    Regards,
    Psink

    in reply to: Copyright #142253
    Psink
    Keymaster

    Hello @Melody

    It’s possible only in the pro version

    Regards,
    Psink

    in reply to: Remove magnifying glass from destination tiles #142195
    Psink
    Keymaster

    hello @Denise Aarts,

    Yes, it is possible to hide the icon that opens the gallery. After hiding the icon there will be no more gallery function in the destination section, there will be the only title to which the user’s eye straight get focused.

    Regards,
    Psink

    in reply to: Page Editing #142175
    Psink
    Keymaster

    Hello @Joe Thomas

    It looks like animation causing this issue in the slider. And I guess the previous issue is not solved yet, we are really sorry that the previous CSS code doesn’t work as it needs to be.

    CSS to Fix Slider Content position

    
    #main-slider .animated {
        animation-fill-mode: none;
        opacity: 1;
    } 
    

    CSS to hide ‘Category:’ form Articles archive page

    
    .category-articles h1.page-title {
        visibility: collapse;
        font-size: 0px !important;
    }
    
    .category-articles h1.page-title span {
        visibility: visible;
        font-size: 62px;
    }
    

    Please add the above CSS in Additional CSS

    Have a great day

    Regards,
    Psink

    in reply to: Blog Post Excerpt Image #142112
    Psink
    Keymaster

    Hello @teowee

    We are really sorry to tell, there is no such feature in the theme.

    Regards,
    Psink

    in reply to: Front page header is not displayed #142111
    Psink
    Keymaster

    Hello @Wscustomer

    I could not understand what are you trying to tell us. I saw the slider is active on the homepage.
    Previously there is no slider on the homepage.

    Can you please describe your query in more details, So I can understand, and help you to solve it out

    Regards,
    Psink

    in reply to: REED MORE #142109
    Psink
    Keymaster

    hello @Diego

    Now I understand what you want to say. Please follow the below screen record.

    https://www.awesomescreenshot.com/video/2271991?key=535935c4c2986dc3a581ec20446afed2

    hope this will help you

    If have any further query, please lets us know

    Regards,
    Psink

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