-
AuthorPosts
-
August 22, 2016 at 9:47 pm #676048
Hi,
I have 3 question:
1) on my main menu there are social icons but viewing my website on mobile I realize that they aren’t. What I have to do?
2) I would like that the the size of subheading of post (H2) is smaller, what I have to do?
3) I would like that categories of post is bigger, where I have to go to increase it?
ThanksAugust 22, 2016 at 10:25 pm #676059Hey neonlights79,
Could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Best regards,
JordanAugust 22, 2016 at 10:53 pm #676068Hi Jordan,
ok.
Another question about subheading: can I change the color of H2?
Thanks- This reply was modified 8 years, 3 months ago by neonlights79.
August 24, 2016 at 9:19 am #676863Nobody replies to me at these questions?
August 24, 2016 at 1:46 pm #676950Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_elegant-blog #top .post-entry .minor-meta { font-size: 15px; } .html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title { font-size: 22px; color: orange; } @media only screen and (max-width: 990px) { .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate { display: block !important; } .av-main-nav-wrap ul { display: none!important; } }
Best regards,
YigitAugust 24, 2016 at 3:18 pm #677017Hi Yigit,
I add this code to the Quick CSS section under Enfold Child options, it’s ok?
About points 1-3 it’s ok.
For point 2 I want that the subheading of post (H2) is smaller and with a different color such as #d600b2.
ThanksAugust 24, 2016 at 3:19 pm #677019Hey!
Please find
font-size: 22px; color: orange;
in the code i posted above and change it to
font-size: 16px; color: #d600b2;
You can adjust the values as needed
Best regards,
YigitAugust 24, 2016 at 3:57 pm #677068Hi,
I try before but with this code
.html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title {
font-size: 22px;
color: orange;
I change the color of post title not subheading. The subheading now it’s black I want it of this color #d600b2.
Do you understand? I hopeAugust 24, 2016 at 4:03 pm #677076Hi!
I added following code to bottom of Quick CSS field and it is working perfectly fine
.html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title { font-size: 16px; color: #d600b2; }
Regards,
YigitAugust 24, 2016 at 4:15 pm #677085Forget you don’t understand what I wanted
August 24, 2016 at 4:20 pm #677092Hi,
Please post us a screenshot/mockup of what you would like to achieve then. You can upload the screenshot to imgur.com or dropbox and share the link here.
Best regards,
YigitAugust 24, 2016 at 10:30 pm #677260https://www.dropbox.com/s/ctfpfnsakawsfz3/Schermata%202016-08-24%20alle%2021.53.06.png?dl=0
https://www.dropbox.com/s/zpjo70jkxfftove/Schermata%202016-08-24%20alle%2021.54.32.png?dl=0
The first link is my website where you can view category, title, picture and black subheading (H2) of post.
In the second link you can view title, picture and yellow subheading of post.
I want that the font of my subheading is smaller and colored of #d600b2.
I hope that I’m clear.
ThanksAugust 25, 2016 at 2:17 pm #677523Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.entry-content h2.p1 { font-size: 16px; color: #d600b2; }
Best regards,
YigitAugust 25, 2016 at 3:43 pm #677578Hi Yigit.
thanks is good.
If I add this code into CSS section of Enfold Child Options it’s ok or it’s better to add to style.css file?
ThanksAugust 25, 2016 at 3:44 pm #677581 -
AuthorPosts
- You must be logged in to reply to this topic.