Forum Replies Created

Viewing 20 posts - 1,681 through 1,700 (of 2,016 total)
  • Author
    Posts
  • in reply to: change blog post title font #87663
    Pratik
    Participant

    Hi @shawzepe,

    For tagline, use following code:

    
    .site-description {
         font-size: 30px;
         font-family: 'Nothing You Could Do’, cursive;
    }
    

    You have just left out ' before Nothing You Could Do', cursive;, just add it and it will work.

    in reply to: change blog post title font #87582
    Pratik
    Participant

    hi @shawzepe,

    For google fonts, first you need to import it. Please use following code in place of the one provided above:

    
    @font-face {
        font-family: "Nothing You Could Do";
        font-style: normal;
        font-weight: 400;
        src: local("Nothing You Could Do"), local("NothingYouCouldDo"), url("https://fonts.gstatic.com/l/font?kit=jpk1K3jbJoyoK0XKaSyQAeCvl4JxFnZUWpaqQgqDg5sfsqZYbonxmjr9wFM3sVRn9YSfFofyP5ukujV45nKOOamc4FshcY9zUn_5sqFQ_TUEHOew_pTBo2m42rrK0r44&skey=772542671f40e9f1") format("woff2");
    }
    
    #main article .entry-title{
        font-family: 'Nothing You Could Do', cursive;
    }
    
    in reply to: bbPress forum appearance #87495
    Pratik
    Participant

    hi SchHaza,
    This issue is mostly plugin related so you need to get the support from the plugin support. This is outside our theme support scope.

    Let me know if there is anything theme related issue.

    Regards,
    Pratik

    in reply to: change blog post title font #87377
    Pratik
    Participant

    Hi,

    Glad it worked out. If you liked our theme and support, please leave a review at here.

    Thanks,
    Pratik

    in reply to: change blog post title font #87341
    Pratik
    Participant

    Hi @shawzepe,

    To change the title of blog posts, you can add following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box:

    
    #main article .entry-title{
        font-family: "Times New Roman", Georgia, Serif;
    }
    
    

    More details about font-family can be found here .

    If you upgrade to Catch Adaptive Pro version, it has the option so you just need to select the font from drop down list of fonts.

    Regards,
    Pratik

    in reply to: How can I remove category under my post? #87340
    Pratik
    Participant

    Hi @Sziszi,

    You can use following code:

    
    #content .tags {
         display: none;
    }
    

    Let me know if this works out or not.

    Regards,
    Pratik

    in reply to: Primary menu (Top) to become transparent/overlaid #87339
    Pratik
    Participant

    Hi Eva,

    Please post in your site URL so I can check it.

    Regards,
    Pratik

    in reply to: bbPress forum appearance #87310
    Pratik
    Participant

    Hi SciHaza,
    Can you explain what is it exactly that you want? Also, the site url would be better.
    Regards,
    Pratik

    in reply to: hyphenation image slider contact detail #87208
    Pratik
    Participant

    Hi Karen,

    In the page you have JetPack Gallery installed so it is taking effect. To achieve what you want, try adding the images separately and link them to the external page instead of adding a gallery. Or, you can try other gallery plugins in WordPress.org Plugins Repo.

    Regards,
    Pratik

    in reply to: Search Console – Google issue #87065
    Pratik
    Participant

    Hi @nnicorescu,

    I apologize but even the pro theme will not fulfill this requirement. Free and pro theme have same width, there are other features but the width will remain the same.

    Regards,
    Pratik

    in reply to: Search Console – Google issue #87061
    Pratik
    Participant

    Hi @nnicorescu,

    The points that you have mentioned is possible but you will need to hire a customizer to make the changes, because this support is beyond the theme scope. There will be a need to check the designs on all responsive devices as well.

    Let me know if you have any further queries.

    Regards,
    Pratik

    in reply to: Changing Featured Page Color #87025
    Pratik
    Participant

    Hi @Keaton01,

    It is possible to add IMDB icon, but you will need to do some customization via child theme in the free version of Catch Responsive. In Catch Responsive Pro version, you will have option to add custom icons which will be much easier.

    In free version, first, you will need to create a child theme. Its details are here. Then you need to copy the function here to the child theme’s functions.php.

    A few things to note here:
    1. You need to upload the image of IMDB logo to your media library and then change the image source to that image if you want the image to remain there. Otherwise, the image will not appear then IMDB changes the image.
    2. The image will not align properly with other images. This will require some custom CSS. Please complete above steps and then give me your site url, and i will provide you with custom CSS code to align that icon with others.
    3. The difficulty level for this is moderate. You will need some knowledge of HTML, CSS and a bit of PHP as well. It is better to upgrade to pro version or hire a customizer if this goes out of hand as improper implementation can break your site.

    Regards,
    Pratik

    in reply to: Custom Menu Link #87020
    Pratik
    Participant

    Hi @Jennifer,

    You are welcome and I am glad it solved your problem. Have a nice day.

    Thanks,
    Pratik

    in reply to: Menu text and background color #87019
    Pratik
    Participant

    HI @Sziszi,

    The menu hover and current item color is the one you have added via CSS. It has changed. Can you confirm it, or is there still an issue?

    Regards,
    Pratik

    in reply to: Center site-header #87018
    Pratik
    Participant

    Hi Brian,
    The Site Header is exactly centered for max-width 990px right now. The only padding is on header and that too top and bottom padding only.

    in reply to: Custom CSS code no effect #86961
    Pratik
    Participant

    hi @Sziszi,

    No problem.

    Regards,
    Pratik

    in reply to: Color options problem #86960
    Pratik
    Participant

    Hi @Sziszi,

    Unless any plugin conflict occurs or the code is being overwritten by custom CSS, it should work properly. Have you tried clearing the cache after changing color?

    in reply to: Table vertical align #86959
    Pratik
    Participant

    Hi @Sziszi,

    No Problem. If you liked our theme and support, please leave us your valuable review at https://wordpress.org/support/view/theme-reviews/simple-catch#postform

    Thanks,
    Pratik

    in reply to: Menu text and background color #86958
    Pratik
    Participant

    Hi @Sziszi,

    For opened menu and hover color, use following code:

    
    #header #mainmenu ul li a:hover, #header #mainmenu ul li.current-menu-item a, #header #mainmenu ul li.current-menu-parent a, #header #mainmenu ul li.current_page_item a, #header #mainmenu ul li.current_page_ancestor a, #header #mainmenu ul li:hover > a
    {
        background-color: #dd3333; /* Menu Background Color */
        color: #ffffff; /* Menu Text Color */
    }
    

    Change hex values to any color you want.

    Regards,
    Pratik

    in reply to: Color options problem #86950
    Pratik
    Participant

    Hi Sziszi,

    Assuming http://kertvarosi-iskola.hu/ to be your site, it gives me 403 Forbidden Error. Let me know when it is back up.

    Regards,
    Pratik

Viewing 20 posts - 1,681 through 1,700 (of 2,016 total)