Forum Replies Created

Viewing 20 posts - 801 through 820 (of 12,034 total)
  • Author
    Posts
  • in reply to: Cookie Button Color has changed #296880
    Skandha
    Participant

    @infotonart-audio-com: Hello Andy,

    The buttons seems to be have changed to gray. For the color of button text please add the following CSS Code.

    .cn-button {
    color: #fff !important;
    }

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

    in reply to: Cookie Button Color has changed #296802
    Skandha
    Participant

    @infotonart-audio-com: Hello there,

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

    .cn-revoke-cookie.cn-button {
    background-color: #7b7b7b !important;
    }

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

    in reply to: How can i remove author name and date in themes #296719
    Skandha
    Participant

    @donaldscho: Hello Donald,

    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: How can i remove author name and date in themes #296709
    Skandha
    Participant

    @donaldscho: Hello Donald,

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

    .posted-on, .sep, .byline {
    display: none !important;
    }

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

    in reply to: Posts showing with thumbnails only #296707
    Skandha
    Participant

    @davinder-sanghasassco-co-uk: Hello there,

    Can you please elaborate the issue you are having? I was not able to get you.

    Kind Regards,
    Skandha

    in reply to: Custom social icon alignment #296706
    Skandha
    Participant

    @freeflowrambling: Hello there,

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

    .site-footer .social-icons a#custom-icon-1 {
    position: relative;
    top: 10px;
    }

    Let me know if this works out!

    Kind Regards,
    Skandha

    in reply to: Featured content page not responsive for mobile phone #296705
    Skandha
    Participant

    @monicapr: Hello there,

    On mobile screen the featured content post show on a single column. Can you please post a screenshot of how it is showing up at your end?

    Kind Regards,

    Skandha

    in reply to: Where I can find files to import demo data for Free Abletone? #296634
    Skandha
    Participant

    @dobro-istnieje: Hello there,

    I have emailed you the demo content files along with instructions. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    in reply to: Manual demo import #296633
    Skandha
    Participant

    @alex_stoiu: Hello there,

    I have emailed you the demo content files along with instructions. Please check your inbox as well as the spam folder. Since we have demo of only the pro version that is Rock Star Pro. All the sections that you see in the demo may not be imported.

    Kind Regards,
    Skandha

    in reply to: Demo Data #296609
    Skandha
    Participant

    @aadvandersteen1965gmail-com: Hello there,
    I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,

    Skandha

    in reply to: Mobile hamburger menu #296600
    Skandha
    Participant

    @snickercraze: Hello there,
    For that add the following CSS Code.

    @media screen and (max-width: 767px) {
    .site-header {
    visibility: hidden;
    }
    .site-header.mob-catchSticky {
    visibility: visible;
    }
    }

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

    in reply to: Mobile hamburger menu #296576
    Skandha
    Participant

    @snickercraze: Hello there,

    Please replace the CSS Code I provided you above with the following Code.

    /* To have the hamburger menu on top right on mobile devices */
    @media screen and (max-width: 767px) {
    .navigation-full-screen .site-branding {
    margin: unset;
    }
    .fullscreen-menu-toggle-wrapper {
    bottom: unset;
    top: 20px;
    right: 10px;
    }
    .fullscreen-menu-inside-wrapper > .site-branding {
    justify-content: unset;
    }
    }
    
    /* To have the sticky header visible only after scroll */
    @media screen and (min-width: 1024px) {
    .site-header {
    visibility: hidden;
    }
    .site-header.catchSticky {
    visibility: visible;
    }
    }
    
    /* To change the position of the Header Media Button */
    @media screen and (min-width: 767px) {
    .custom-header-content-wrapper {
    text-align: right;
    }
    }
    
    @media screen and (max-width: 767px) {
    .custom-header-content {
    position: absolute;
    bottom: -50px;
    }
    .custom-header-content-wrapper {
    text-align: center;
    max-width: unset;
    }
    }

    Let me know if this works out!

    Kind Regards,

    Skandha

    in reply to: Demo Data #296573
    Skandha
    Participant

    @aadvandersteen1965gmail-com: Hello there,

    I have emailed you the demo content files along with instructions. Please check your inbox as well as the spam folder.

    Kind Regards,

    Skandha

    in reply to: Mobile hamburger menu #296572
    Skandha
    Participant

    @snickercraze: Hello there,

    Can you please add the add I provided you above in the the Additional CSS section and also add the Header Media Button so that I can further assist you to change their position on your site.

    Kind Regards,

    Skandha

    in reply to: Logo and menu bar #296559
    Skandha
    Participant

    @lcrovo: Hello there,

    I am afraid that is not possible. If you really need it I suggest you to hire a customizer to get it done.

    Kind Regards

    Skandha,

    in reply to: Mobile hamburger menu #296551
    Skandha
    Participant

    @snickercraze: Hello there,

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

    /* To have the hamburger menu on top right on mobile devices */
    @media screen and (max-width: 767px) {
    .fullscreen-menu-toggle-wrapper {
    bottom: unset;
    top: 35px;
    }
    }
    
    /* To have the sticky header visible only after scroll */
    
    @media screen and (min-width: 1024px) {
    .site-header {
    display: none;
    }
    .site-header.catchSticky {
    display: block !important;
    }
    }

    To have the call to action button on the Header Image on homepage

    Go to => Appearance => Customize => Header Media => Add to the Header Media Url and Header Media Url Text and Publish.

    Let me know if this works out!

    Kind Regards,

    Skandha

    in reply to: Demo Data #296547
    Skandha
    Participant

    @nicole-rosset: Hello Nicole,

    I have emailed you the demo content files along with instructions. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,

    Skandha

    in reply to: Page title area/bar #296495
    Skandha
    Participant

    @italianfox: Glad it worked out. Have a great weekend! 🙂

    Kind Regards,

    Skandha

    in reply to: Page title area/bar #296475
    Skandha
    Participant

    @italianfox: Hello there,

    I am afraid it is not possible to move the hamburger menu to the blue bar on top.

    To center the tagline

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

    @media screen and (min-width: 1320px) {
    .site-description {
    margin-left: 100px;
    }
    }

    Let me know if this works out!

    Kind Regards,

    Skandha

    in reply to: JSON error when trying to change text in footer widget #296474
    Skandha
    Participant

    @rgraham: Hello there,

    I checked your site and you seem to be still using version 2.2 where as the latest theme version is  2.3.3. Can you please follow the instructions on this link to update your theme to the latest version.
    Let me know if the issue persists!
    Kind Regards,

    Skandha

     

Viewing 20 posts - 801 through 820 (of 12,034 total)