-
AuthorPosts
-
October 17, 2018 at 12:51 pm #1022737
http://kortfilmsproduktion.se/
Hi,
I want the title to be bigger under each video in the portfolio.
I also want to make the excerpt text bigger.What code shall I add?
Thanks
Charlotte- This topic was modified 6 years, 1 month ago by charlotteraboff.
October 17, 2018 at 4:47 pm #1022875Hey Charlotte,
Add this to quick css:
h3.grid-entry-title.entry-title{ font-size:20px!important; } .grid-entry-excerpt.entry-content{ font-size:15px!important; }
Best regards,
Jordan ShannonOctober 17, 2018 at 7:36 pm #1022980Hello,
I try to change the font size
h3.grid-entry-title.entry-title{
font-size:26px!important;
}but the title does not get bigger and I added it in beginning of Quick CSS and empty cache.
Best regards
CharlotteOctober 18, 2018 at 4:30 pm #1023435Hi,
Do you have any quick css after that that may be overriding it?
Best regards,
Jordan ShannonOctober 18, 2018 at 4:34 pm #1023440Hi Jordan.
thanks for your reply. I have no idea but here is what is in the Quick css
.grid-entry-excerpt.entry-content{
font-style:normal!important;
}.page-id-13220 #header, .page-id-13220 .main_color{
background:#000!important;h3.grid-entry-title.entry-title{
font-size:26px!important;
}.grid-entry-excerpt.entry-content{
font-size:15px!important;
}@media only screen and (max-width: 767px) {
#top #wrap_all #header.header_color.av_header_transparency #blog {
padding-top: 90px!important;
}
#blog {
padding-top: 35px;
}
}
@media only screen and (max-width: 767px) {
.header_color div .av-hamburger-inner, .header_color div .av-hamburger-inner::before, .header_color div .av-hamburger-inner::after {
background-color: #ffffff;
}
.responsive .av_header_transparency #header_main .social_bookmarks li a { color: #ffffff; }
}#top .av-main-nav ul a { padding: 3px 15px; }
.header_color div .av-hamburger-inner, .header_color div .av-hamburger-inner::before, .header_color div .av-hamburger-inner::after { box-shadow: 1px 1px 5px #000000; }/* Activate burger menu */
@media only screen and (max-width: 1230px) {
#top #header .av-main-nav > li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}}.single-portfolio .page-thumb {
display: none;
}
.html_header_transparency .single-portfolio #main .avia-iframe-wrap {
padding-top: 100px;
}
.html_av-submenu-hidden .av-submenu-indicator { opacity: 1; }
.av-special-heading-tag strong {
color: inherit!important;
}
.grid-entry-excerpt.entry-content{
font-style:normal!important;
}.page-id-13220 #header, .page-id-13220 .main_color{
background:#000!important;h1.grid-entry-title.entry-title{
font-size:20px!important;
}.grid-entry-excerpt.entry-content{
font-size:15px!important;
}October 18, 2018 at 4:57 pm #1023461Hi,
Did it work as default when I gave it to you with 20px?
Best regards,
Jordan ShannonOctober 18, 2018 at 5:12 pm #1023490Hi Jordan,
There was a change to another font only but the size was still small
You can see that it can’t be 26px now
http://kortfilmsproduktion.se/Best regards
CharlotteOctober 18, 2018 at 8:08 pm #1023610Hi Charlotte,
Can you disable caching and minification for now?
Best regards,
VictoriaOctober 18, 2018 at 9:03 pm #1023647Hi,
Why? When I do that I get a black background in my header!
Best regards
CharlotteOctober 19, 2018 at 4:02 pm #1023980Hi Charlotte,
When the code is minified like that we cannot properly test css and so it is harder to propose a solution for you. Also, caching should be enabled when the website is completely ready, not while you’re still working on it.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.