Forum Replies Created
-
AuthorPosts
-
MaheshParticipant
Hi @Invisible Cat,
I assume this is your site: http://www.myinnerfire.net/
Add the following Custom CSS in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box:
#masthead { background-image: url("http://i2.wp.com/www.myinnerfire.net/wp-content/uploads/2015/12/icy_blue_eye_by_oh_jellybeanz-d41gquq.png?resize=780%2C439"); background-position: center; background-repeat: no-repeat; background-size: cover; }
Note: Please replace
http://i2.wp.com/www.myinnerfire.net/wp-content/uploads/2015/12/icy_blue_eye_by_oh_jellybeanz-d41gquq.png?resize=780%2C439
in the above code with your desired image url.Regards,
MaheshMaheshParticipantHi @stewagner,
You’ve added the Custom Menu Widget in Footer Area for menu in footer. This feature is not available in Catch Everest free version. You can upgrade to Catch Everest Pro version, it includes this feature along with many others.
If you prefer to have it in the free version, you have to hire a customizer.
Regards,
MaheshMaheshParticipantHi @TripleY,
Please add the following Custom CSS codes in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box:
#breadcrumb-list {
background-color: transparent;
}#content {
background-color: transparent;
}Let me know if this helped you.
Regards,
MaheshMaheshParticipantHi @Ralf,
Just checked your site, you’re having the issue because of the inline CSS in
<span>
tag inside the post. Following line is overriding the link color.<span style="color: #0066cc;">Nonnenhorn</span>
Change it to make it look like following:
<span>Nonnenhorn</span>
Let me know if this fixes your issue.
Regards,
MaheshMaheshParticipantHi @InvisibleFlame,
Please add the following Custom CSS in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box:
.nav-secondary ul.menu a { text-transform: uppercase; font-weight: bold; line-height: 44px; padding:0px 12px 0px 12px; /* You may add more CSS rules like width, height etc here */ } .nav-primary ul li a { text-transform: uppercase; font-weight: bold; line-height: 42px; padding:2px 12px 2px 12px; /* You may add more CSS rules like width, height etc here */ }
Let me know if this helped with your issue.
Regards,
MaheshMaheshParticipantMaheshParticipantIt seems, you have used table in the post and the text you’ve put in is in the table header tag (i.e. <th> tag). By default table headings are automatically capitalized. So if you wish to remove capitalization either use <td> tag instead or use Custom CSS.
For Custom CSS, let me know whether you want to change it in the specific post only or entire site.
Thanks,
MaheshMaheshParticipantI didn’t understand your problem, could you please make it more clear and specify where actually in your site you’re having the above problem?
Thanks,
MaheshMaheshParticipantHi @rinzee,
To disable header image, go to “Dashboard=> Appearance=> Customize=> Header Image” and select
Disabled
option inEnable Featured Header Image on
setting then click onSave & Publish
button and check.Let me know if the problem still persists and please post your site url.
Thanks,
MaheshMaheshParticipantHi @stringa
I think you’ve forgot to select the
Randomizing uploaded headers
option after uploading the image to the header. Go to “Dashboard=> Appearance=> Customize=> Header Image” and make sureRandomizing uploaded headers
is displayed inCurrent Header
option. ClickSave & Publish
button and check.Let me know if this fixes issue.
Thanks,
MaheshMaheshParticipantHi @Ma Ko,
You’ve selected Static Page in Front Page Displays that is why your site is not displaying the posts.
You have to change it toYour latest posts
option.Go to “Dashboard=> Appearance=> Customize=> Static Front Page” and set
Front Page Displays
option toYour latest posts
option.Hope this helps you to display your latest post in your homepage.
Thanks,
MaheshMaheshParticipantHi @Yvonne,
Thankyou for using Catch Everest Pro.
I’m glad that you’ve found the solution yourself. The instruction you’ve found is correct and CSS for hiding the title is correct too. But you have some error in the following line in your Custom CSS:
.entry-header .entry-title a:hover { color: #222
You’ve missed the semicolon and the ending brace which should be like the following:
.entry-header .entry-title a:hover { color: #222; }
Let me know if this fixes your issue.
Thanks,
MaheshMaheshParticipantHi @Steve,
The language selector you are trying to add with qtranslate plugin has only option to add it as a widget. Adventurous Theme’s free version has only limited widget area. You can add it in the available widget area i.e. sidebar. If you want to add it to the header section then either you have to hire a customizer or you can upgrade to Adventurous Pro which has Header Right Widget Area.
Thanks,
MaheshMaheshParticipantHi @nextstep,
You’ve add the images in the content area. The gap between the image and text is uniform in the theme. The gap you’ve mentioned is because of the image ending at around half of the new line of the text, hence it is taking the next line. The text and image size in the content may vary and so does the gap between the image and text. So fixing with Custom CSS won’t work.
Hope you understand.
Thanks,
MaheshMaheshParticipantYes, this feature is already built-in in Catch Flames Pro. Go to “Dashboard=> Appearance=> Theme Options=> Layout Options” and choose Full Content Display option in Archive Content Layout.
Let me know if this solved your issue.
Thanks,
MaheshMaheshParticipantHi @nextstep,
For that add the following CSS in “Dashboard=> Appearance=> Theme Options=> Custom CSS” box:
#primary{ width: 650px; } #secondary{ width: 260px; }
Please change the width in styles as required and make sure that the sum of the width of #primary and #secondary is 910px;
Let me know if this helped.
Thanks.MaheshParticipantHi @Gert,
Yes, it is possible to change the layout for the header right menu. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS Options” box and add the following CSS.
Please change the color and space as per your requirement.
/* Change background for 1st menu item */ #menu-call-to-action-menu li:nth-child(1) { background-color: #FF0000; } /* Change background for 2nd menu item */ #menu-call-to-action-menu li:nth-child(2) { background-color: #0000FF; } /* Change background for 3rd menu item */ #menu-call-to-action-menu li:nth-child(3) { background-color: #01DF01; } /* Add space between menu and black border to menu items */ #menu-call-to-action-menu li{ margin-left: 5px; border: 1px solid #000000; } #menu-call-to-action-menut li:first-child{ margin-left: 0; }
Please remove following style from Custom CSS box to remove background-color for Header Right Menu:
.nav-header-right .menu { background-color: #e03a3e; }
Let me know if this worked for you as desired.
Thanks.
MaheshParticipantMaheshParticipantHi @scottgoodacre,
For customizing background image you can go to “Dashboard=> Appearance=> Customize=> Background Image”.
And for further customization, you have to do it with Custom CSS and for that you’ll need to post your site url.
Thanks.
MaheshParticipantHi @Beverly,
To hide the word Home title on the home page, add the following CSS in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS Options” box:
.home #main header.entry-header { display: none; }
Let me know if this solved your issue.
Thanks.
-
AuthorPosts