Forum Replies Created

Viewing 20 posts - 961 through 980 (of 14,487 total)
  • Author
    Posts
  • in reply to: Modern menu background color tweaks #151595
    Sakin
    Keymaster

    That css, should change the modern menu background and text color for main menu items and it’s sub-menu. But if you are trying to change the dropdown toggle button color, then you can add the following css:

    .dropdown-toggle,
    .dropdown-toggle:hover,
    .dropdown-toggle:focus {
    	color: #fff;
    }

    And if you want to give different color to sub-menu then you can add the following css:

    .navigation-modern .main-navigation .sub-menu a {
    	color: #fff;
    }
    in reply to: Modern menu background color tweaks #151580
    Sakin
    Keymaster

    Hi Victor,

    Thanks and if you like our theme and the support, then please post in your valuable review at https://wordpress.org/support/theme/adonis/reviews/#new-post. I would really appreciate it.

    Thanks a lot.

    in reply to: Modern menu background color tweaks #151578
    Sakin
    Keymaster

    Hi Victor,

    If you want to make it transparent then it’s the following css. Your color needs to be in rgba. IN the following css, color #fff is the color code fro menu text.

    .navigation-modern .main-navigation a {
        background: rgba(0,0,0, 0.1);
        color: #fff;
    }
    in reply to: Changing Title Size and Moving #151576
    Sakin
    Keymaster

    @coachnancyk: Yes, the css to change the font size of Site title is as below Just change the font size in the following css as per your need and then add it in “Appearance => Customize => Additional CSS”

    .site-title {
        font-size: 80px;
    }

    It’s not recommended to move the title to the bottom on header image. But if you really want to do that, then add the following css in “Appearance => Customize => Additional CSS” box:

    #masthead {
        min-height: 330px;
    }
    
    #site-branding {
        position: absolute;
        bottom: 0;
    }
    in reply to: How to change default copyright shown in Footer? #151575
    Sakin
    Keymaster

    @gmclark77: Hello Michael,

    Since, you are complete beginner. I recommend you to upgrade to Pro version, where you have simple option to edit footer via Footer Editor box at “Appearance => Customize => Theme Options => Footer Editor”. Anyone can change from here, it’s very simple.

    in reply to: Modern menu background color tweaks #151574
    Sakin
    Keymaster

    @vavw: You can change the color code in the following css as per your need and then add it in “Appearance => Customize => Additional CSS” box:

    .main-navigation a {
    	background-color: #fff;
    }
    in reply to: Displaying Logo but not Site Title #151573
    Sakin
    Keymaster

    @inksla: Please update to version 1.4.1 and then you will be able to disable only site title. But for the Tagline, you can add the following css in “Appearance => Customize => Additional CSS” box

    .site-description {
        display: none;
    }

    Note: for update, please check out screencast at https://www.youtube.com/watch?v=W95SuabDZi8 and FAQ at https://catchthemes.com/frequently-asked-questions/#question-update-1

    in reply to: How to change slider images #151431
    Sakin
    Keymaster

    @calebizo: Sorry, we only provide theme support for our theme. So, we don’t know the coding of the other theme authors. So, please post in their own theme support forum. If you are using any of our themes, then send me your site URL and then I can check in and send you the solutions.

    in reply to: How to remove search bar #151090
    Sakin
    Keymaster

    @muazii: Welcome. If you like My Music Band theme and our support, then please support us by providing your valuable review and rating at https://wordpress.org/support/theme/my-music-band/reviews/#new-post

    in reply to: Google Font for Snowflake Pro #151057
    Sakin
    Keymaster

    @artpriskaleutenegger-ch: We have just updated the theme to version 1.0.2 and added additional google font (Clicker Script, Karla, Oregano). So, just update the theme.

    Note: if you like Snowflakes theme and our support, then please provide us your valuable review and rating at https://wordpress.org/support/theme/snowflakes/reviews/#new-post

    Thanks

    in reply to: Adonis free – Contact form doesn't show #151037
    Sakin
    Keymaster

    @passiveincomeguys: Have you followed the following steps:
    1. You need to create page and add contact form in your page. You can add contact form using plugins like Contact form 7
    2. Then go to “Appearance => Customize => Theme Options => Contact Info”, select “Enable on” option and fill in other details and finally, you have to select your contact page where you have added contact form in “Page” option.
    3. Click on “Publish”

    If you have done all the above steps and still the form in not being displayed then you need to share us your site URL and we will inspect it.

    in reply to: Google Font for Snowflake Pro #151034
    Sakin
    Keymaster

    @artpriskaleutenegger-ch: Yes, send us the Google Fonts that you want to use which are not there in Snowflake Pro theme and then we will add it in a day and send you the update. So, it’s not a problem.

    Sakin
    Keymaster

    Oh again that plugin is overwriting the css. So, I am adding important. Ok release the previous css with the following css:

    .siteorigin-panels-stretch {
        background-color: #fff !important;
    }
    Sakin
    Keymaster

    @n-bely: That background color issue was due to your site origin plugin padding. So, you can add the following css in “Appearance => Customize => Additional CSS” box:

    .siteorigin-panels-stretch {
        background-color: #fff;
    }

    To hide mobile menu, just add the following css in “Appearance => Customize => Additional CSS” box:

    #primary-menu-wrapper {
        display: none;
    }
    Sakin
    Keymaster

    @xValliant: For update, please active “Catch Updater” module using “Catch Web Tools” plugin and then download theme zip file from your account at https://catchthemes.com/my-account/ and upload it from “Appearance => Themes => Add New => Upload Themes”. Please check out screencast at https://www.youtube.com/watch?v=W95SuabDZi8 and check out FAQ at https://catchthemes.com/frequently-asked-questions/#question-update-1

    in reply to: Unable to unload large images or pdf #150966
    Sakin
    Keymaster

    @tattoo-tom: Sorry, this is not theme issue. It’s your server configuration and WordPress setup. So, please consult with your Website Hosting Server support team.

    Sakin
    Keymaster

    @n.bely: Thanks for using Adonis Free theme.
    1. The color scheme and options are there only in Adonis Pro version. If you want to change that in Free version, then you need to change via “Additional CSS”. For this, you need to let us know your site URL and the color that you want to change to. Then, we can provide your CSS.
    2. For multi-language menu support, you need to user Pro version again and install plugin like WPML
    3. I see that you have already edit the footer in this free version. So, this looks solved. We would be happy if you keep the footer credit to us for providing free version. Also the there is Footer Editor in theme option in Pro version.

    in reply to: How to remove search bar #150964
    Sakin
    Keymaster

    @muazii: There is default option in pro version to remove the search. But in free version, if you just want to remove search then you need to add following custom css in “Appearance => Customize => Additional CSS” box:

    
    #primary-search-wrapper,
    #primary-menu-wrapper .search-container {
    	display: none;
    }
    in reply to: Unable to update Simple Catch Pro Theme #150955
    Sakin
    Keymaster

    @lenorajane: Looks like after the update, you activate “Simple Catch Pro” theme. But for your layout changes, I had build child theme. So, you need to keep that active and the customization will not get lost.

    Thanks.
    Sakin

    in reply to: How to change slider images #149406
    Sakin
    Keymaster

    @evoluers: Looks like you haven’t select the page in “Appearance => Customize => Featured Slider”. You need to select page in “Featured Page # 1”, “Featured Page # 2” and so on.

Viewing 20 posts - 961 through 980 (of 14,487 total)