Forum Replies Created

Viewing 20 posts - 10,761 through 10,780 (of 12,034 total)
  • Author
    Posts
  • in reply to: Featured Slider #150031
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: How to change font on main site in ROCK STAR THEME #150030
    Skandha
    Participant

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

    .home .content-area .type-page .entry-title {
    	font-family:ravie;
    }

    You can change the font-family according to your requirement.

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

    in reply to: Change Color for post-title #149977
    Skandha
    Participant

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

    .site-header {
    	background-color:#123456 !important;
    }

    You can change the color according to your requirement!
    Kind Regards,
    Skandha

    in reply to: Customising Site Title Font #149973
    Skandha
    Participant

    @jeanette-denham1: If you follow the instruction I gave above step by step you should be able to use the font on your site.
    If you are having trouble making it work you can always hire a customizer.

    Kind Regards,
    Skandha

    in reply to: Promotion Headline Button Text Colour & Background #149972
    Skandha
    Participant

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

    #featured-content .entry-title a {
        color:#000080;
    }

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

    in reply to: Download failed #149971
    Skandha
    Participant

    @thumper: Have you succeeded in uploading the theme? If not what issue are you having??

    Kind Regards,
    Skandha

    in reply to: Font Size Issues in Clean Fotografie Pro theme #149969
    Skandha
    Participant

    @elliotprom-com-au: Please post in your site URL. Please try clearing your browser cache and check if the changes you made in the customizer are visible when you publish the site. You can change the font size using a bit of additional css code. Let me know where you want the font size to be changed.

    Kind Regards,
    Skandha

    in reply to: Featured Post on Clean Box Pro #149968
    Skandha
    Participant

    @summermedia: You can just hide that post from homepage using a bit of CSS Code. I am not able to check your site. It looks like there is some kind malware in your site.

    Kind Regards,
    Skandha

    in reply to: Missing "Add New" #149967
    Skandha
    Participant

    @profhickman: I have replied to you in the previous thread.

    Kind Regards,
    Skandha

    in reply to: Remove linking from sliders and content photos #149966
    Skandha
    Participant

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

    .cycle-prev, .cycle-next, .cycle-pager, #featured-content {
    	pointer-events:none;
    }

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

    in reply to: Catch Box Pro update #149963
    Skandha
    Participant

    @profhickman: You cannot update pro theme like you update free theme .To update pro theme you’ll need to first download the theme from https://catchthemes.com/my-account/page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
    Please check the tutorial video in the link below:
    https://www.youtube.com/watch?v=W95SuabDZi8
    For more, check out theme instructions at https://catchthemes.com/theme-instructions/catch-box-pro/#updating

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

    Skandha
    Participant

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

    /* To remove the search field */

    .site-search {
    	display:none;
    }

    /* To change color of prev and next */

    .nav-previous a, .nav-previous span, .nav-next a, .nav-next span  {
    	color:#fff !important;
    }
    .nav-previous, .nav-next {
    	border:1px solid #fff !important;
    }

    /* To remove home >> uncategorized >> oil paintings(Breadcrumb Option) */
    Go to = Appearance => Customize => Theme Options => Breadcrumb => Uncheck the option “Check to enable Breadcrumb”

    To edit the footer text
    Go to => Child Theme Folder => Create a New Folder “components” => Inside components Create another Folder “footer” => Now copy and paste site-info.php file from the parent theme folder.
    Now you can edit the site-info.php file to edit your footer.

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

    in reply to: Everest Theme Premium: Theme Option >Social Links #149951
    Skandha
    Participant

    @joytinat: I will contact you shortly by e-mail.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @blueskyclothingco: There seems to be an issue with Header image in the Blog page. The issue has been resolved and will be update in the next theme update.

    Kind Regards,
    Skandha

    in reply to: Promotion Headline Button Text Colour & Background #149882
    Skandha
    Participant

    @adilkhan150785: To change the font of the entire site first you will need to create a child theme. If you do not know how to create a child theme you can Generate Child Theme Plugin.

    Now Go to => Child Theme folder => Create a new folder “Fonts” => Download and paste the Museo 700 font files inside the fonts folder.

    Then Go to => Child Theme Folder => Open style.css and paste the following Code.

    @font-face {
    font-family: 'Museo700';
    font-style: normal;
    font-weight: normal;
    src: local('Museo700'), url('fonts/Museo700-Regular.woff') format('woff');
    }

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

    body {
        font-family:Museo700;
    }

    /*To change color of Headline and Sub-Headline of Featured Content */

    #featured-content .entry-title, #featured-content p {
    	color:#000080;
    }

    /*To main same color in primary sidebar */

    .widget-title {
       color:#000080;
    }

    /* To maintain same color in Contact Form in all pages */

    label {
    	color:#000080;
    }

    You can change the color according to your requirement.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Demo content #149864
    Skandha
    Participant

    @elenait: I will shortly contact you by email. Please provide us your admin credentials through the email so that we can set up the demo content for you.

    Kind Regards,
    Skandha

    in reply to: Duplicate Post on Homepage #149862
    Skandha
    Participant

    @summermedia: Your site is not accessible at the moment. Please let me know when your site is accessible.

    Kind Regards,
    Skandha

    in reply to: Promotion Headline Button Text Colour & Background #149861
    Skandha
    Participant

    @adilkhan150785: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
    /* To change text and background color of promotion headline button */

    #promotion-message .right .promotion-button {
    	background-color:#123456;
    	color:#eb10cf;
    }

    – Let me know where you want to change the font and the text color.

    /* To change color of list (numbered-element) */

    .entry-content ol > li {
    	color:#000080;
    }

    /* To change color of page title */

    h1.entry-title {
        color:#000080;
    }

    You can change the color according to your requirement.
    Let me know if this works out!
    Kind Regards,
    Skandha

    Skandha
    Participant

    @ruthmaramis: Please let me know when your site is accessible so that I can look into the issue and help you out.

    Kind Regards,
    Skandha

    in reply to: Download failed #149858
    Skandha
    Participant

    @thumper: You will need to upload the .zip file by going to Dashboard => Appearance => Themes => Add New => Upload Theme => Browse and search for the .zip file and upload and install it.

    Let me know if you are still having issues uploading the theme.
    Kind Regards,
    Skandha

Viewing 20 posts - 10,761 through 10,780 (of 12,034 total)