Okay
  Public Ticket #184180
Some problems with theme
Closed

Comments

  • Sergey started the conversation

    1: When I'm highliting some text in Firefox, the color matches with category color, but in chrome it doesnt work ( http://i.imgur.com/fD9T9L4.jpg ) Is there any way to fix this?

    2: Can you tell me, where is Jackbox Lightbox code? I want to get rid of "Share" buttons ( http://i.imgur.com/FjjzGjD.jpg)

    3: Where is the code of this elements? ( http://i.imgur.com/9cLxPPY.jpg)

    4: I have a width logo, and it's color changing in different categories. But, there is a problem with mobile devices. ( http://i.imgur.com/LwIBdGj.png ) Without .demologo class on the image everething works flawlessly.

    5: How can I change the size of font in my posts? I'd tryed to add in Custom CSS this code: p {font-size: 16px; } , but it's affected only on regular style ( http://i.imgur.com/PTfNavJ.png )

  •  93
    djwd replied

    Hi there,

    1. This will be added in the next version, as Chrome didn't support the selection customization at the time the theme was released.

    2. The full plugin is located in inc/jackbox folder

    3. The widget (image on the left) is located in inc/widgets/wg-main-cat-php / The other is the default loop located in content-single.php

    4. Try to change the .demologo css rules as this:

    .demologo {
    display: block;
    max-width: 434px;
    max-height: 65px;
    }

    5. Try to target it 

    .article-content-wrapper p, 
    .article-content-wrapper ul li {
    font-size: 16px!important;
    }

    Hope that helps

    Regards
    djwd

    Regards
    djwd

  • Sergey replied

    Thanks for you help! Now everything works flawlessly!

  • Cepkolik replied

    Hi There,

    How do i make it. (attechment)

  • Sergey replied

    It's realy easy.

    Just follow this instruction.

  • Cepkolik replied

    Thank you Sergey :)