Viewing 11 replies - 1 through 11 (of 11 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Have you activated your Child Theme?

    Thread Starter Gatiou

    (@gatiou)

    I think so…
    What I have to do to activate the Child Theme ?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Go to the dashboard under Appearance > Themes and “activate” your child theme.

    Thread Starter Gatiou

    (@gatiou)

    Thanks !!!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Btw if you want your text centred don’t specify a height as you’re doing here:
    .blog .hentry span.hometitle {

    height: 180px;

    }

    Thread Starter Gatiou

    (@gatiou)

    I changed everything and it works well on the homepage. But when i’m doing a research by category, it’s a mess…
    https://madiba.colibre.org/category/27-annees-demprisonnement/
    Can i change it ?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You can fix it to some level where it almost appears okay, by changing this:

    .blog .hentry span.hometitle {
     width: 100%;
     position: absolute;
     top: 73px;
     display: table-cell;
    
     font-family: Baskerville, "Playfair Display", "Times New Roman", serif;
     font-size: 32px;
     font-size: 3.2rem;
     font-style: italic;
     text-shadow: 1px 1px #6B6868;
     text-align: center;
    
     line-height: 1.2;
     vertical-align: middle;
     word-wrap: break-word;
     color: #FAFAFA;
    
     overflow: hidden;
    
     transition: background .4s ease-in-out;
     -webkit-transition: background .4s ease-in-out;
     -moz-transition: background .4s ease-in-out;
     -o-transition: background .4s ease-in-out;
     -ms-transition: background .4s ease-in-out;
    }

    To this:

    span.hometitle {
     width: 100%;
     position: absolute;
     top: 73px;
     display: table-cell;
    
     font-family: Baskerville, "Playfair Display", "Times New Roman", serif;
     font-size: 32px;
     font-size: 3.2rem;
     font-style: italic;
     text-shadow: 1px 1px #6B6868;
     text-align: center;
    
     line-height: 1.2;
     vertical-align: middle;
     word-wrap: break-word;
     color: #FAFAFA;
    
     overflow: hidden;
    
     transition: background .4s ease-in-out;
     -webkit-transition: background .4s ease-in-out;
     -moz-transition: background .4s ease-in-out;
     -o-transition: background .4s ease-in-out;
     -ms-transition: background .4s ease-in-out;
    }

    Thread Starter Gatiou

    (@gatiou)

    Thanks, it’s better ! ??

    Thread Starter Gatiou

    (@gatiou)

    Another question (last one !!), If I have a picture in an article but I want just a title without picture on the circle, what can i do ?
    Is it possible ?

    Because i find a website where there is article with picture, but in the circle there is just the title.

    Sir im confused regrading child theme. i checked in appearence>themes

    there is only one theme named spun which i have activated.

    @hassan.Zia – you have to create a child theme yourself – see:

    https://codex.www.ads-software.com/Child_Themes

    If you need additional help, please start your own thread.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Title in Circles with image’ is closed to new replies.