Jump to content

Il Domandatore

Members
  • Posts

    113
  • Joined

  • Last visited

Posts posted by Il Domandatore

  1. I use Wordpress and edit the CSS through the theme. I have some pieces of code to tweak but they only work on the preview of the Chrome developer tools. I go to the affected page and it doesn't make certain changes. Why?

  2. You say I have the same settings with hover and this makes you forget the changes? Did I get it right?

     

    I tried to change the height;

    From so
    {
         position: relative;
         top: 0px;
         float: right;
         width: 44px;
         height: 852px;
         border-radius: 10px;
         background-color: rgb (65, 21, 98);
         background-clip: padding-box;
    }

    to so

    {
         position: relative;
         top: 0px;
         float: right;
         width: 44px;
         height: 33%;
         border-radius: 10px;
         background-color: rgb (65, 21, 98);
         background-clip: padding-box;
    }

  3. I changed from the Oceanwp theme, custom CSS, the display to block, but it behaves exactly the same as with the Chrome developer tool. Display: none;

    I tried to change something else with the Chrome Developer Tool and as soon as I hover over it, the changes are removed. Strange...

  4. I have inserted a custom scroll bar on the right.
    I want to put this scroll bar also in the menu, but I did not succeed.

    {
         width: 44px;
         z-index: auto;
         cursor: default;
         position: fixed;
         top: 0px;
         height: 100%;
         right: 0px;
         opacity: 1;
         display: block;
         background: rgb (255, 255, 255);
    }
    <div id = "ascrail2000" class = "nicescroll-rails nicescroll-rails-vr" style = "width: 44px; z-index: auto; cursor: default; position: fixed; top: 0px; height: 100%; right : 0px; opacity: 1; display: block; background: rgb (255, 255, 255); "> <div class =" nicescroll-cursors "style =" position: relative; top: 0px; float: right; width: 44px; height: 255px; border-radius: 10px; background-color: rgb (65, 21, 98); background-clip: padding-box; "> </div> </div>

     

    https://oldfreegame.com

  5. I am using the theme Oceanwp and I use a mild effect to pop up and vanish submenu. I see the submenu putting the Block, but to see the information on the instrument developer, I have to click with the option to inspect the items. it is from that moment that display returns to None.

  6. You say it's too much to focus on readability 0 on the Hemingway app?

    Why if I modify with the developer tool the changes work and with the custom CSS in the theme do not?

     

    .switcher a {
        text-decoration: none;
        display: block;
        font-size: 24px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

     

  7. I used a WordPress theme and I know a little about CSS and HTML basics. In fact I managed to make 2 changes myself and I will make some. If you tell me how to do, it is possible for me to understand how to change the settings at will.

    Unfortunately I get confused looking at an entire site.

    https://oldfreegame.com

  8. I have studied HTML and CSS self-taught several times, but I forget everything. It's not for me. So I took Wordpress and chose OceanWP as the theme.

    I would like some customizations on the OceanWP theme, can I put a wish list on the forum? Thanks to W3school, I know what I would like.

  9. I did not want to insult anyone. This not is my work and I want help a site to improve, without being paid.
    I've found another trouble; when we end a tutorial, this starts from the start without saying nothing.


     

×
×
  • Create New...