Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1147249

    Hi.
    I would like to know if there is a possibility of inserting the css not inline. On my site the css modifications only work from the wordpress panel, they don’t work on your dashboard or even in the css file of the child theme.
    My css is this
    #top .logo-title {
    transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    font-size: 15px;
    position: absolute;
    left: 80px;
    top: -7px;
    opacity: 1;
    white-space: nowrap;
    }
    #top .logo-subtitle {
    top: 7px;
    }
    #top .subtext {
    float: left;
    position: relative;
    }
    #top .header-scrolled .logo-title {
    left: 42px;
    }
    .excerpt {
    color: #ffffff;
    left: 29%;
    position: absolute;
    top: 12%;
    font-size: 12px;
    font-weight: bold;
    }
    @media only screen and (max-width: 1140px) {
    .excerpt {
    display:none;
    }
    }
    .entry-content img {
    border-radius:2px;
    height:auto !important;
    max-width:100%;
    display:block;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, .4);
    border: 1px solid #8a4419;
    border-style: inset;
    }
    .entry-content strong {
    font-weight: bold;
    }
    .main_color .template-archives .tabcontainer a, #top .main_color .tabcontainer .tab:hover, #top .main_color .tabcontainer .tab.active_tab{
    color:#4ecac2!important
    }
    .content a {
    font-weight: bold;
    }
    .entry-content a[target=”_blank”]:after {
    font-family: ‘fontello’;
    content: ” \f08e”;
    }
    .entry-content a {
    font-weight: bold;
    text-decoration: none;
    }
    .entry-content a:hover{background-size: 100% 2px;
    background:-webkit-gradient(linear,left top,right top,from(#ff8a00),to(#e52e71));
    background:linear-gradient(to right,#ff8a00,#e52e71);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    -webkit-box-decoration-break:clone;}
    Thanks
    Best Regards

    #1147251

    Hey Giuseppe,

    Have you tried entering it into quick css from within the Enfold panel?

    Best regards,
    Jordan Shannon

    #1148692

    Hi Jordan
    I’m sorry if I’m just answering now but I didn’t receive the notification email.
    I’ve tried everything
    I entered the code in the Enfold panel.
    I entered the code in the custom css of enfold theme
    I put the code in my enfold child theme css.
    Nothing works
    I have not tried with the Jetpack plugin because I have not installed it
    Only from the customization panel of wordpress works
    It remains a mystery for me, but there must be a reason
    Thanks for the answer
    Best regards
    Giuseppe

    #1148697

    Hi,

    I’m not seeing any typos or malformations. Have you tried the !important; declaration?

    Best regards,
    Jordan Shannon

    #1148715

    Yes but it doesn’t work
    Thanks
    Best Regards

    #1148716

    Hi,

    If possible, please provide admin info so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1148719

    Ok
    I’ll send in my credentials tomorrow. The matter is very simple, I do not want to depend on third parties. If tomorrow WordPress decides to remove the customization I get screwed
    Best regards

    #1148720

    Hi,

    You would need to add them in the private area so mods can view them.

    Best regards,
    Jordan Shannon

    #1148799

    I replicated the site in a subfolder
    Here you can do all the tests you want
    Details are in private content
    Thanks

    #1150100

    Hi,

    Thank you for the update.

    The Performance > File Compression > CSS file merging and compression is enabled when we checked the site. Have you tried disabling the option temporarily after adding the code? Turning it on and off will regenerate the stylesheets.

    Best regards,
    Ismael

    #1150146

    hi Ismael
    the test you’re telling me I’ve done seems to me to be but you are on the folder of the site /test and then you can do all the tests you want even to delete the entire site.
    The css code is in the wordpress panel in appeareance > customize
    Best Regards
    Giuseppe

    #1150274

    Hi.Ismael
    I disabled the css compression in enfold and nothing, I emptied the cache of cloudflare and nothing but when I disabled the css compression in w3 total cache the css that I had put in the enfold’s panel worked.
    As always thank you very much
    You are a valuable support
    Best regards
    Giuseppe Beghelli

    #1150287

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1150303

    You can close it and also this one
    Best regards

    #1150311

    Hi,

    I’m glad this was resolved. I you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Css modifications’ is closed to new replies.