Forum Replies Created

Viewing 20 posts - 10,981 through 11,000 (of 12,027 total)
  • Author
    Posts
  • in reply to: featured content design? #148016
    Skandha
    Participant

    @ellinor-alicessongmail-com: If you are using a post or page as Featured Content then Go to => WordPress Dashboard => Edit that particular post or page and add you can insert add bullets, bold text and so on. It can be done using Additional CSS as well. Bold text and font-size can be done using CSS as well.

    Let me know if this helps you out.
    Kind Regards,
    Skandha

    in reply to: featured content design? #148014
    Skandha
    Participant

    @ellinor-alicessongmail-com: You can add bullet-lists, bold-text, heading and so on from the editor itself when you Go to dashboard and then edit the post or page if that is what you meant.

    Let me know if you meant something else.
    Kind Regards,
    Skandha

    in reply to: How can I add hyphens to my website #148004
    Skandha
    Participant

    @tinus53: I checked your site and the hyphens seems to be working well. You can see that a hyphen is used when a word in the article overflows to the next line.

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    in reply to: featured content design? #148003
    Skandha
    Participant

    @ellinor-alicessongmail-com: To center Feature content headline
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-content .entry-title, #featured-content .featured-homepage-image {
    	text-align:center;
    }

    Also the promotion headline option seems a little wayward as the promotion headline button is going out of the box.
    Go to => Appearance => Customize => Theme Options => Promotion Headline Options => Promotion Headline Left Section Width => Decrease the Width Until the button comes inside the box

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: YouTube video frame size #147999
    Skandha
    Participant

    @adrmusic: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .menu-toggle-wrapper {
    	border-top:none;
    }

    Let me know if this does the trick.
    Kind Regards,
    Skandha

    in reply to: how to add a sub / drop down menu #147998
    Skandha
    Participant

    @celovg: Glad I was able to help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Accident purchased "Clean Box" instead of "Catch Box" #147995
    Skandha
    Participant

    @bigoslesli: I will forward this to the Sales and Marketing team and let you know about it soon.

    Kind Regards,
    Skandha

    in reply to: Enlarge logo #147991
    Skandha
    Participant

    @jasonmcc68: Please post in your site URL.

    Kind Regards,
    Skandha

    in reply to: Enlarge logo #147990
    Skandha
    Participant

    @eric-breed: Please post in your site URL.

    Kind Regards,
    Skandha

    in reply to: Mobile theme responsive? #147957
    Skandha
    Participant

    @mhutabarat: Glad the issue is resolved. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: How can I add hyphens to my website #147955
    Skandha
    Participant

    @tinus53: I’m sorry but for what would you like to use the hyphens. Is it for word-break or for something else?

    Kind Regards,
    Skandha

    in reply to: how to add a sub / drop down menu #147954
    Skandha
    Participant

    @celovg: To create a menu-item without a link to a page.
    Go to => Appearance => Customize => Menus => Click on the existing Menu => Add item => Custom Links => In URL section leave a # and in the Link Text insert the name of menu item => Add Item

    Since the menu is on the right side the sub-menus go to the left.

    Let me know if helps you out.
    Kind Regards,
    Skandha

    Skandha
    Participant

    @mama1: Please let me know what issues you are having. I will be more than happy to help.

    Kind Regards,
    Skandha

    in reply to: YouTube video frame size #147948
    Skandha
    Participant

    @adrmusic: To remove the thin line above menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-header-menu {
          border-top:none;
    }

    To change background color of sub-menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .main-navigation ul ul {
    	background-color:slategrey;
    }
    .main-navigation ul ul a:hover, .main-navigation ul ul > li.focus > a {
    	background-color:slategrey;
    }

    To remove the search space
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .mobile-search-wrapper {
         display:none !important;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: How can I add hyphens to my website #147944
    Skandha
    Participant

    @tinus53: Can you please elaborate where you want to use the hyphens on your website?

    Kind Regards,
    Skandha

    in reply to: How to change audio playlist font? #147943
    Skandha
    Participant

    @martin-vacha: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wp-playlist-item a, .wp-playlist-item span {
    	font-size:20px;
    }

    You can change the size according to your requirement.

    Let me know if this is what you want.
    Kind Regards,
    Skandha

    in reply to: MENU toggle down hidden (on mobile devices) #147942
    Skandha
    Participant

    @martin-vacha: I don’t think menu toggle up will be a good idea as the menu items will clash with the header image. This is how the menu appears in the demo as well. If you want the menu to be seen you will need to remove the header image in mobile view.

    Let me know if this helps you out.
    Kind Regards,
    Skandha

    in reply to: Social Icons disappeared #147890
    Skandha
    Participant

    @maryw2wdance-com: I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: how to add a sub / drop down menu #147887
    Skandha
    Participant

    @celovg: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: YouTube video frame size #147882
    Skandha
    Participant

    @adrmusic: Twitter works a bit differently compared to other social media networks relating to the links posted. The link you share on Twitter sometimes is not validated by Twitter. That means the Twitter Cards for that tweet is not properly defined. You will need to find a suitable plugin from the wordpress plugin repository for twitter cards.

    To change the color of the header
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #masthead {
          background-color:blue;
    }

    Let me know if this helps you out.
    Kind Regards,
    Skandha

Viewing 20 posts - 10,981 through 11,000 (of 12,027 total)