Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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

    #1022875

    Hey 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 Shannon

    #1022980

    Hello,

    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
    Charlotte

    #1023435

    Hi,

    Do you have any quick css after that that may be overriding it?

    Best regards,
    Jordan Shannon

    #1023440

    Hi 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;
    }

    #1023461

    Hi,

    Did it work as default when I gave it to you with 20px?

    Best regards,
    Jordan Shannon

    #1023490

    Hi 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
    Charlotte

    #1023610

    Hi Charlotte,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1023647

    Hi,

    Why? When I do that I get a black background in my header!

    Best regards
    Charlotte

    #1023980

    Hi 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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.