• Hi everyone,

    I will ask you to comment on the default theme I use on the site ( https://www.murathasgun.com.tr ). I don’t want to go to a theme change and I’m very undecided. I tried to organize the theme using almost all the ingenuity of the blocks. I also made color personifications. How do you think it looks? Is it ideal for a personal site? I think I have captured a good image and design with this theme. Should I go for the change or continue from this theme? If I shouldn’t change, then why is everyone chasing utopian fantasy themes?.. ?? Crazy questions in my head.

    I would be glad if you help.
    Conveniences…

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • It is best to stick with this template and learn CSS.
    No need to mess with other templates that make your site slow.

    I tried more or less to arrange it to look better, just change the color of the logo.

    ul.primary-menu.reset-list-style, h1.entry-title  {
        color: #0d1117;
    }
    
    #site-header, .footer-nav-widgets-wrapper, #site-footer, .menu-modal, .menu-modal-inner, .search-modal-inner, .archive-header, .singular .entry-header, .singular .featured-media:before, .wp-block-pullquote:before {
        background-color: #fff;
    }
    
    h1.body.entry-title.\{\} {
        position: relative;
        top: -219px;
        z-index: 99;
        text-transform: uppercase;
    }
    
    @media (min-width: 1000px)
    .header-inner {
     display: flex; none;
        justify-content: center;
        display: grid;
    }
    
    body.custom-background {
        background-color: #fff;
    }
    
    .tw-header-full .header-inner {
        max-width: 100%;
        position: relative;
        top: -32px;
    }
    
    .singular .featured-media {
        position: relative;
        bottom: 250px;
    }
    
    @media (min-width: 700px)
    .post-inner {
         margin-top: -300px;
    }
    
    element.style {
        background-color: #f3f3f3;
    }

    Thank you very much my friend. I don’t know css but I imagine a design like https://www.taylorswift.com, https://www.katyperry.com or https://www.justintimberlake.com. I’m not sure if I can make similar examples with this theme.

    • This reply was modified 2 years, 10 months ago by Murat Hasgün.
    • This reply was modified 2 years, 10 months ago by Murat Hasgün.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme interpretation and advice’ is closed to new replies.