-
AuthorSearch Results
-
January 12, 2014 at 2:10 am #208514
Hey!
Try adding this code to the Quick CSS:
p { font-size: 12px !important }Cheers!
JosueJanuary 11, 2014 at 7:46 pm #208444In reply to: Font Size of Comments
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.minitext { font-size: 16px; }Cheers!
YigitJanuary 11, 2014 at 7:40 pm #208437Topic: How do I match my post font size to normal paragraph size
in forum Enfoldpaulseager
ParticipantI have a post blog content element on my home page and the font looks noticeably different to my paragraph of text that is sitting to the right of it. Is there any way I can alter the size to make it the same – the css mark up indicates that it is all “p” and should be the same… can anyone help please? website: http://www.woodsideschool.co.uk
January 11, 2014 at 9:58 am #208371In reply to: Font Size of Comments
never mind the widgets I figured that out. Still can’t figure out the comments font sizes though.
January 11, 2014 at 9:52 am #208369In reply to: Font Size of Comments
As well as the font size of the body text and titles of widgets please.
January 11, 2014 at 9:35 am #208367Topic: Font Size of Comments
in forum EnfoldJanuary 11, 2014 at 7:07 am #208355In reply to: Increase Default Font Size
Hi!
I added the css code we provided on Quick CSS then add the !important property.
Regards,
IsmaelJanuary 11, 2014 at 6:46 am #208348In reply to: Increase Default Font Size
Hi Ismael,
That looks great! Can I ask what you did differently that I wasn’t doing? I’d like to document the changes.
Thank you!
January 11, 2014 at 6:26 am #208339In reply to: Problem with picture size
Hey!
Edit the page then look for the image code:
<img class="alignnone wp-image-14" alt="web pages" src="http://www.untuto.be/font/uploads/2013/12/templates-300x286.jpg" width="243" height="231">Add a unique css selector like “awesome-image” for example, the code should look something like this:
<img class="alignnone wp-image-14 awesome-image" alt="web pages" src="http://www.untuto.be/font/uploads/2013/12/templates-300x286.jpg" width="243" height="231">Add this Quick CSS:
.awesome-image { width: 243px; height: 231px; }Best regards,
IsmaelJanuary 11, 2014 at 2:45 am #208283In reply to: Increase Default Font Size
January 10, 2014 at 11:49 pm #208264In reply to: Increase Default Font Size
This reply has been marked as private.January 10, 2014 at 11:16 pm #208243In reply to: Increase Default Font Size
Hi!
You can post it here, please make sure to check ” Set as private reply (Only you and moderators will see the content of this post)” above Submit button and tell us what font size would you like to use?
Best regards,
YigitJanuary 10, 2014 at 11:14 pm #208240In reply to: Increase Default Font Size
Hi Yigit,
I added the code to the bottom of the Style.css file in child theme under Appearance > Editor with the !important rule. That does not work either. Can I somehow privately send you my WordPress login credentials to take a look?
Thank you.
January 10, 2014 at 9:32 pm #208182In reply to: Adding custom link in header
Hi!
Do you mind creating a temporary admin login and posting it here privately so i can take a look? Please tell me font size you would like to use as well
Regards,
YigitJanuary 10, 2014 at 9:24 pm #208174In reply to: Adding custom link in header
This reply has been marked as private.January 10, 2014 at 8:12 pm #208146In reply to: Adding custom link in header
Hey!
You would like to decrease the font size of sub menu on header, is that correct? it is 11px by default and code i posted should make it 10px. Please flush browser cache after applying custom CSS code and refresh your page a few times
Cheers!
YigitJanuary 10, 2014 at 7:43 pm #208130In reply to: Adding custom link in header
Hi!
1- Please add following code to Quick CSS in Enfold theme options under Styling tab
.sub_menu { font-size: 10px; }2- Please go to Appearance > Menus and click on Screen Options and check “Link Target” and then choose the menu items that you would like to open in new tab http://i.imgur.com/bOLs66V.jpg
Best regards,
YigitJanuary 10, 2014 at 7:23 pm #208110In reply to: Problem with picture size
January 10, 2014 at 7:22 pm #208109In reply to: Problem with picture size
The picture must be in smaller size and are displayed with the full size.
This is the size in the html part:

The pictures must be smaller than the display.
January 10, 2014 at 7:22 pm #208108In reply to: Increase Default Font Size
Hey!
Please try adding the code to bottom of Style.css file of your child theme in Appearance > Editor with !important rule. It should work
Best regards,
YigitJanuary 10, 2014 at 5:50 pm #208083In reply to: Increase Default Font Size
Hello Yigit/Ismael,
I tried both of your suggestions, cleared cache, etc. and neither one works. I am 100% sure it doesn’t work since I tried super large font such as 25px and it doesn’t make a difference. How could you help me resolve this? We were hoping to go live with our site this weekend.
Thanks!
January 10, 2014 at 3:14 pm #208035In reply to: Remove Blog Title Bar & Breadcrumbs
Yes, that worked! We’re almost there. I also needed to make the text all caps, so I added –
text-transform: uppercase;
That worked!
I also need to make it the “BLOG” text the brown color (instead of white) and center it across the page in the bar. So I tried adding the text align and color CSS (see below), and it didn’t center or change colors. Any idea why?
.title_container .breadcrumb { display: none; }
.title_container .main-title { font-size: 30px; text-transform:uppercase; text-align: center; color: #655b58; }January 10, 2014 at 1:54 pm #208007In reply to: Increase Default Font Size
Hey!
Ismael’s code should work. You can try adding !important to force it as following
.main_menu ul:first-child > li > a { font-size: 18px!important; }Best regards,
YigitJanuary 10, 2014 at 1:43 pm #208001In reply to: Reducing circle size around icons
Hey!
If you would like to apply this following code that Ismael provided to your trails page
.home .av_font_icon.av-icon-style-border .av-icon-char { padding: 30px; }Please use following code instead
.page-id-389 .av_font_icon.av-icon-style-border .av-icon-char { padding: 30px; }Regards,
YigitJanuary 10, 2014 at 1:29 pm #207994In reply to: Remove Blog Title Bar & Breadcrumbs
Hi!
If you would like to achieve something like this http://i.imgur.com/FkkLWqK.jpg
you can remove the code i posted previously and add following one instead.title_container .breadcrumb { display: none; } .title_container .main-title { font-size: 30px; }Regards,
YigitJanuary 10, 2014 at 1:17 pm #207984In reply to: Changing Size of Text
Hi!
Please add following code to Quick CSS instead
.grid-entry-title { font-size: 16px; }You can go to Enfold theme options and change fonts under Styling tab
Regards,
YigitJanuary 10, 2014 at 12:42 pm #207958In reply to: Changing Size of Text
Hi
I am new to css but learning. I have a couple of questions:>I would like to change the font & font size of the titles in the thumbnails of the portfolio grid.
I added this to the quick css but don’t see the change, and need to also change the font..slideshow_container .portfolio-title .main-title{
font-size: 25px !important;
}?
thanks-
This reply was modified 12 years, 3 months ago by
Munford.
January 10, 2014 at 11:43 am #207930In reply to: Wrong table visualization in Internet Explorer
This reply has been marked as private.January 10, 2014 at 10:12 am #207901In reply to: Increase Default Font Size
This reply has been marked as private.January 10, 2014 at 9:53 am #207893In reply to: Increase Default Font Size
Hi Ismael,
That did not seem to work. The main body text is larger per the first fix but the font in the menu has not changed. I want to change the font size of the words in the header menu as well as (maybe separately) the font size of the words that in the drop down of the menu.
Here’s what I have in the quick.css section:
/* Below added on 1/10/14 to make the main body text larger. */
body, body p {
font-size: 15px;
}/* Below added on 1/10/14 to make the header larger. */
.main_menu ul:first-child > li > a {
font-size: 15px;
} -
This reply was modified 12 years, 3 months ago by
-
AuthorSearch Results
-
Search Results
-
I have a post blog content element on my home page and the font looks noticeably different to my paragraph of text that is sitting to the right of it. Is there any way I can alter the size to make it the same – the css mark up indicates that it is all “p” and should be the same… can anyone help please? website: http://www.woodsideschool.co.uk
Topic: Font Size of Comments

How do I change it?
And also of these static elements in the comments area :
Want to join the discussion?
Feel free to contribute!
Enter Your Comment here…
Jonny Freesh: You are commenting using your Jonny Freesh account.
Notify me of follow-up comments via email.
Notify me of new posts via email.
http://jonnyfreesh.com/raw-food-recipes/raw-cilantro-green-curry-smoky-marinated-mushrooms-pumpkin-cauliflower-rice-recipe/#comment-36
Thanks
Jonny