Forum Replies Created
-
AuthorPosts
-
jimbo5Participant
I already did it and there was no answer...
jimbo5Participantby the way, the Web where I want to do it is this one
jimbo5ParticipantNot for me 😉
jimbo5ParticipantThis is not working for me. The logo is still with white.
October 8, 2019 at 8:06 am in reply to: Infinity Pro – Header Image – Transparent background #493922jimbo5ParticipantHi,
I´m trying to do the same too 🙂
jimbo5ParticipantYes, I tried it yesterday but it doesn't work
jimbo5ParticipantThanks 🙂 🙂
I´ve found it in:
.entry-header::after {
border-bottom: 1px solid #000;
content: "";
display: block;
margin-bottom: 40px;
margin-left: auto;
margin-right: auto;
padding-bottom: 40px;
width: 2.5%;
}jimbo5ParticipantThank you very much Victor 🙂
I´ll leave it like that. I´m only going to move the H3 to the text widgets.
Thanks again!
jimbo5ParticipantYes, you are right, It´s the easiest way 🙂 🙂 🙂
One thing,
if you have a look to the capture, "footer" appears as a H2. Any suggestions to eliminate that H2 in the footer?
jimbo5ParticipantWell, I don´t what to remove the text, I want to convert the H2 and H3 in normal text 😉
jimbo5ParticipantSolved. Thank you Victor 🙂 🙂 🙂
jimbo5ParticipantThank you very much Victor 🙂
jimbo5ParticipantUmmm, thank you, and what should I do?
jimbo5ParticipantThe font size is 16px and I want to make it bigger (18px or 20px).
I have cleaned WP Rocket, Autoptimize and browser and its not working.
jimbo5ParticipantHi,
one question:
I´m uploading my own images of 1600 pixels wide and 1000 pixels tall and the images do not look complete or full sized.
Original image https://prnt.sc/lg7wzy
The look https://www.screenmedia.es/Thank you 🙂
November 9, 2018 at 3:39 am in reply to: Infinity Pro: Adjust front page background image size #224249jimbo5ParticipantHi,
one question:
I´m uploading my own images of 1600 pixels wide and 1000 pixels tall and the images do not look complete or full sized.
Original image https://prnt.sc/lg7wzy
The look https://www.screenmedia.es/Thank you 🙂
jimbo5ParticipantYes, it was the caché, sorry 😉
jimbo5ParticipantNo, is not working xDDDD
jimbo5ParticipantYes! I´ve used yours and it´s working perfectly.
That you very much for your help 🙂
By the way, your website is veeeery useful 🙂 🙂
jimbo5ParticipantSomething like this?
<?php
add_action('pre_get_posts', 'filter_press_tax');function filter_press_tax( $query ){
if( $query->is_tax('press') && $query->has_term('press')):
$query->set('posts_per_page', 20);
return;
endif;
}
?> -
AuthorPosts