-
Posted a reply to I want to center the flooter 1, on the site WordPress.org Forums:
Additional CSS: .site-footer .widget-column.footer-widget-1 { text-align: center; float: none; width: 36%; display: block; margin: auto;… -
Posted a reply to Change attribute on the first post thumbnail in Categories, on the site WordPress.org Forums:
it might be enough to check: (if you want the same behaviour in the search… -
Posted a reply to Unordered List Bullets Not Showing In Columns, on the site WordPress.org Forums:
possibly add the CSS via the "Additional CSS" while using 'Customize', this should show any… -
Posted a reply to Unordered List Bullets Not Showing In Columns, on the site WordPress.org Forums:
try in 'Additional CSS': .entry-content .wp-block-columns ul li { margin-left: 20px; } -
Posted a reply to how to reduce space between content and footer, on the site WordPress.org Forums:
via 'Additional CSS': this should take away most of the space: .no-widgets .site-footer { margin-top:… -
Posted a reply to change widget font color, on the site WordPress.org Forums:
in 'Additional CSS', try: .widget_recent_entries .recent-post .recent-post-info a { color: #b16d54; } pick your own… -
Posted a reply to My Paragraph Text Will Not Center, on the site WordPress.org Forums:
try this in 'Additional CSS': .post p { text-align: center; } try working with the… -
Posted a reply to twenty-seven blog side bar not showing up, on the site WordPress.org Forums:
your link is showing a static page which do not show the blog sidebar (by… -
Posted a reply to All text showing in center alignment in my blog, on the site WordPress.org Forums:
your page is cached: <!-- Page generated by LiteSpeed Cache 3.6.4 on 2021-04-30 01:12:07 -->… -
Posted a reply to custom fields in twenty twenty one, on the site WordPress.org Forums:
when editing a post, in the gutenberg editor, click the three dots top right ('Options'),… -
Posted a reply to Update Text in Bizberg Theme Homepage Hero, on the site WordPress.org Forums:
try to add this via the 'Additional CSS' in the Customizer: .swiper-content p { color:… -
Posted a reply to Insert code after plugins, on the site WordPress.org Forums:
adjust the priority of the add_filter() function; what number value you need to use might… -
Posted a reply to Customise “[…]” after post previews, on the site WordPress.org Forums:
please review https://codex.wordpress.org/Customizing_the_Read_More#Modify_the_Read_More_text_when_using_the_the_excerpt.28.29 -
Posted a reply to Thin line of colour along edge of front page headline image, on the site WordPress.org Forums:
the line is part of you image. use a graphic edit program and zoom in… -
Posted a reply to Get featured image size title and caption?, on the site WordPress.org Forums:
there seems to be no direct function; the below is pulled from various support posts… -
Posted a reply to Problem with menu and footer spacing, on the site WordPress.org Forums:
try to add via 'Additional CSS': .site-content { margin-top: 0; margin-bottom: 0; } for further… -
Posted a reply to I inserted google-fonts on my web page but it is not working?, on the site WordPress.org Forums:
you are formatting the paragraph tag only; any other elements will not get that new… -
Posted a reply to How is a custom theme properly named?, on the site WordPress.org Forums:
where is that style.css of the 'ClientName' theme stored, i.e. what is the url of… -
Posted a reply to Menu Bold, Size & Color, on the site WordPress.org Forums:
example (to be added via 'Additional CSS'): .primary-menu-container > ul > .menu-item a {font-weight: bold;color:… -
Posted a reply to How is a custom theme properly named?, on the site WordPress.org Forums:
https://developer.wordpress.org/themes/advanced-topics/child-themes/ for example, the 'Template:' is the folder of the parent theme, not the name...… -
Posted a reply to Get alt text from featured image, on the site WordPress.org Forums:
check this https://wordpress.stackexchange.com/questions/312283/getting-alt-text-of-featured-image -
Posted a reply to Theme Options missing, on the site WordPress.org Forums:
"Theme Options" only show in the Customizer or under Appearance when you are on a… -
Posted a reply to Edit Category, on the site WordPress.org Forums:
in your child theme, create a new file category.php from a copy of index.php of… -
Posted a reply to Website E-commerce Checkout Page Doesn’t work EVERY FRIDAY, on the site WordPress.org Forums:
the problem might be with the 'woofood' plugin; it throws an error on the checkout… -
Posted a reply to customizing text conditional on author for post, before the_author_posts_link, on the site WordPress.org Forums:
possibly directly in the code: <?php echo '<p>'; _e( '(', 'gillian' ); if( get_the_author() ==… -
Posted a reply to Blogs not Propagating, on the site WordPress.org Forums:
what are your permalink settings? https://wordpress.org/support/article/using-permalinks/ -
Posted a reply to Caption on Header fails to appear, on the site WordPress.org Forums:
this topic is related https://wordpress.stackexchange.com/questions/151850/how-to-get-the-custom-header-images-alt-text it would need some coding to implement some of that… -
Posted a reply to Post page displaying incorrect images/not showing date, on the site WordPress.org Forums:
move line 11 of your code to just after line 6 ... and read up… -
Posted a reply to Remove/hide “0 Comments”, on the site WordPress.org Forums:
add via 'Additional CSS': for the whole line: footer.post-footer { display: none; } or for… -
Posted a reply to Bug in custom loop, on the site WordPress.org Forums:
https://developer.wordpress.org/reference/classes/wp_query/#category-parameters try the parameter 'cat' or 'category__in' -
Posted a reply to Reduce padding and margins in footer? (css code?), on the site WordPress.org Forums:
what exactly do you refer to as footer#1? . # indicates a CSS ID, while… -
Posted a reply to Reduce padding and margins in footer? (css code?), on the site WordPress.org Forums:
try to add to 'Additional CSS': #site-footer { padding: 1.2rem 0; } change the 1.2… -
Posted a reply to How to make the optional excerpt show in the main page?, on the site WordPress.org Forums:
goto and tick: 'Custommize' - 'Theme options' - On archive pages, posts show: [ ]… -
Posted a reply to How to hide the word Category:, on the site WordPress.org Forums:
https://wordpress.stackexchange.com/questions/179585/remove-category-tag-author-from-the-archive-title -
Posted a reply to EXCERPT (summary) doesnt work – blog posts, on the site WordPress.org Forums:
in your posted screenshot. 'no custom excerpts' is ticked(?)... is this on purpose? -
Posted a reply to Newb question about Menu Nav, on the site WordPress.org Forums:
check this support forum https://wordpress.org/support/plugin/elementor/ if the menu buttons don't link to anything, it could… -
Posted a reply to Multiple Headers, on the site WordPress.org Forums:
the code looks ok; unfortunately, the page 'big-pivots' does not show; error: -
Posted a reply to Shortcodes in separate tags appear on same line in browser, on the site WordPress.org Forums:
what is the html output of the section with the shortcodes in the browser? what… -
Posted a reply to Additional CSS — color changes, on the site WordPress.org Forums:
the text might be formatted using other, more specific CSS selectors. please try to get… -
Posted a reply to Multiple Headers, on the site WordPress.org Forums:
which page should have the alternative header? what is the file name of the alternative… -
Posted a reply to Utimate category excluder not working in my website, on the site WordPress.org Forums:
what theme are you using? this theme might not use the default loop in the… -
Posted a reply to Bar of Background color between header and cover photo, on the site WordPress.org Forums:
try to add in 'Additional CSS': specific to pages: .page .post-inner { padding-top: 0; }… -
Posted a reply to How do I hide the theme footer, on the site WordPress.org Forums:
with CSS in 'Additional CSS': hide footer including the horizontal line, .site-footer > .site-info {… -
Posted a reply to adding a comment section to media uploads, on the site WordPress.org Forums:
in principle, each media upload should have an automatic attachment page; for example, from the… -
Posted a reply to Archive Drop down colour change, on the site WordPress.org Forums:
those blue colors seem to be from some custom formatting of your site; assuming you… -
Posted a reply to Create Top Menu Links, on the site WordPress.org Forums:
https://wordpress.org/support/article/appearance-menus-screen/ -
Posted a reply to Custom URL to header image, on the site WordPress.org Forums:
in a child theme, add header.php (a copy of header.php of the parent theme Twenty… -
Posted a reply to Default WordPress gallery responsiveness, on the site WordPress.org Forums:
possibly caused by the styles of this plugin: https://wordpress.org/plugins/tiled-gallery-carousel-without-jetpack/ try to patch the problem by… -
Posted a reply to Blog Caption Error, on the site WordPress.org Forums:
your theme's stylesheet is setting the line height for the caption to zero; overwrite that… -
Posted a reply to Random box in menu, on the site WordPress.org Forums:
the box seems to come from a style from 'wp-custom-css': .fa { color:#fff; border:1px #ccc…