Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHi @shawzepe,
For tagline, use following code:
.site-description { font-size: 30px; font-family: 'Nothing You Could Do’, cursive; }
You have just left out
'
beforeNothing You Could Do', cursive;
, just add it and it will work.Pratik
Participanthi @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; }
Pratik
Participanthi 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,
PratikPratik
ParticipantHi,
Glad it worked out. If you liked our theme and support, please leave a review at here.
Thanks,
PratikPratik
ParticipantHi @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,
PratikPratik
ParticipantHi @Sziszi,
You can use following code:
#content .tags { display: none; }
Let me know if this works out or not.
Regards,
PratikPratik
ParticipantHi Eva,
Please post in your site URL so I can check it.
Regards,
PratikPratik
ParticipantHi SciHaza,
Can you explain what is it exactly that you want? Also, the site url would be better.
Regards,
PratikPratik
ParticipantHi 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,
PratikPratik
ParticipantHi @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,
PratikPratik
ParticipantHi @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,
PratikPratik
ParticipantHi @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,
PratikPratik
ParticipantPratik
ParticipantHI @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,
PratikPratik
ParticipantHi 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.Pratik
ParticipantHi @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?
Pratik
ParticipantHi @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,
PratikPratik
ParticipantHi @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,
PratikPratik
ParticipantHi 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 -
AuthorPosts