Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter trentyseb

    (@trentyseb)

    Already fixed it!*

    I’m a little stressed right now. I think I did something wrong. I only changed the WordPress & Site Adress (URL) in the WordPress Admin -> Settings -> General screen. Now I don’t have access to the /wp-admin anymore (403 error). How can I get the access back so I can at least continuing working on the website? Will let someone else do this work I think.

    • This reply was modified 5 years, 7 months ago by trentyseb.
    Thread Starter trentyseb

    (@trentyseb)

    Thanks for your help Steve. This worked. Appreciated!

    Okay, won′t post protected sites again.

    Thread Starter trentyseb

    (@trentyseb)

    Thanks Ewout for your fast reply. Really helps! I just changed the language to English. Thanks a lot!

    Thread Starter trentyseb

    (@trentyseb)

    That worked. Thanks a lot!!

    Can you also explain why it works via Extra CSS but it doesn′t via the Custom CSS plugin=

    Thread Starter trentyseb

    (@trentyseb)

    Replaced all.

    But it didn’t work for the background. It’s the .def_section where I want the pattern as background but if I try to change this section with CSS nothing changes.

    .def_section, blockquote {
        background: #ff0909;
    }
    Thread Starter trentyseb

    (@trentyseb)

    Thank you. Just removed the coming soon page!

    Hope you can help me with the CSS now.

    • This reply was modified 6 years, 11 months ago by trentyseb.
    Thread Starter trentyseb

    (@trentyseb)

    I found this in the page source.

     body { font-family: "ABeeZee", Helvetica, sans-serif;} 
    
     h1,h2,h3,h4,h5,h6, .heading { font-family: "ABeeZee", Helvetica, sans-serif;} 
    
     .header-site nav.nav-horizontal .menu li { font-family: "ABeeZee", Helvetica, sans-serif;} 
    
     button, .button, input[type=submit] { font-family: "ABeeZee", Helvetica, sans-serif;} 
    
     .header-site.invert .nav-horizontal > ul > li:hover > a, .header-site .nav-horizontal > ul > li:hover > a { color: #f39c12;background-color: #ffffff;border-color: #f39c12;} 
    
     .header-site.invert .nav-horizontal > ul > li > a, .header-site .nav-horizontal > ul > li > a, .header-search a { color: #757575;border-radius: 4px;} 
    
     .header-site.invert .sub-menu li a, .header-site .sub-menu li a { color: #808080;background-color: #ffffff;} 
    
     .header-site.invert .sub-menu li:hover a, .header-site .sub-menu li:hover a { color: #a6a6a6;background-color: #e5e5e5;} 
    
     .header-site.invert .sub-menu li, .header-site .sub-menu li { border-color: #ffffff;} 
    
     input[type="button"], input[type="submit"], button, .button, .form-submit input[type="submit"] { background: #f39c12;border-width: 0px;border-radius: 0px;} 
    
     input[type="button"]:hover, input[type="submit"]:hover, button:hover, .button:hover, .form-submit input[type="submit"]:hover { background: #ffbf35;} 
    
     .invert input[type="button"], .invert input[type="submit"], .invert button, .invert .button, .invert .form-submit input[type="submit"] { border-width: 0px;border-radius: 0px;} 
    
     .header-site, .header-site.header-sticky { background-color: #ffffff;} 
    
    .footer-site {background-color: #808080;}
    
    .title-container {background-color: #a2c661;}
    
    .title-container .title .heading,nav.bread-crumbs a {color: #a2c661;}
    
    nav.bread-crumbs a:hover,nav.bread-crumbs li {color: #bed790;}
    
    .title-container .title div.excerpt {color: #a2c661;}
    

    Is it possible that this code is stronger than the custom css I tried to use?

    • This reply was modified 6 years, 11 months ago by trentyseb.
    Thread Starter trentyseb

    (@trentyseb)

    Still not working..

    /* Enter Your Custom CSS Here */
    
    #footer p {font-size: 18px;}
    
    body {font-size: 21px;}
    
    .menu-item a {
    font-size: 16px!important;
    }
    
    #layers-widget-insurers_benefit_id-13-907 .heading a  {color: #f39c12;} 
    
    #layers-widget-insurers_benefit_id-13-907 .heading {font-size: 30px;} 
    
    .media .heading + .excerpt {
        font-size: 1.4rem;

    This is how my custom CSS looks like right now.

    Is it possible that LayersWP is overwriting custom CSS?

    Thread Starter trentyseb

    (@trentyseb)

    I am using Chrome & firebug.

    I tried using this code: #layers-widget-insurers_benefit_id-13-907 .heading {color: #f39c12;}

    But it didn’t affect the color

    For the font size it worked: #layers-widget-insurers_benefit_id-13-907 .heading {font-size: 30px;}

    Am I doing something wrong?

    • This reply was modified 6 years, 12 months ago by trentyseb.
    • This reply was modified 6 years, 12 months ago by trentyseb.
    Thread Starter trentyseb

    (@trentyseb)

Viewing 10 replies - 1 through 10 (of 10 total)