• Fashion

    (@infinityfiltr)


    I am using the Gridiculous Theme;

    On my page, unfortunately I have been trying to center the page tabs on my navigation menu but can’t successfully do it. What do I need to write/where do I need to place the coding… because I see so many tutorials online about what to type in my code, however, none of it is for Gridiculous – so I’m lost at what I need to do. Any help?

Viewing 15 replies - 16 through 30 (of 48 total)
  • I added a series of images to the pages on my site, however, they are appearing vertically on the page. How can I make them appear horizontally, 3 to a row?

    @emaraujo You can edit the style.css file to remove the border/padding on each image. It’s near line 658:

    img {
    	padding: 10px;
    	background: #fff;
    	border: 1px solid #bbb;
    	}

    @rjackson27

    Make sure you select “Left Align” when you add your images into your post content.

    How can I change the font color?
    I tried in the coding but but didn’t do anything

    Never mind, I figured it out!

    If you want to change the font color on the calendar widget just add:

    .widget #wp-calendar {
    color: black
    }

    Hey guys!
    I’m using this theme and would like to replace front page header image with a slider!
    how can i do so?
    ///
    this is how my slider can be activated:
    Place <?php if (function_exists('simple_nivo_slider')) simple_nivo_slider(); ?> in your templates

    Thanks in advance!

    can I change the image?

    @unplugget Open up header.php and paste that code around line 32.

    @emusch If you’re referring to the header image, it can be changed in the admin. Go to the Gridiculous theme options page or to the Header admin page.

    Thanks for your response!

    As I said I want to replace it with current banner image, and not just add it there!
    when I remove below lines, the homepage dosent load!

    ?>
    					<img id="header-img" src="<?php header_image(); ?>" width="<?php echo HEADER_IMAGE_WIDTH; ?>" height="<?php echo HEADER_IMAGE_HEIGHT; ?>" alt="" />
    
    					<?php

    If you want to remove the header image code, for whatever reason, make sure to remove the whole block.

    $header_image = get_header_image();
    if ( ! empty( $header_image ) ) :
    	?>
    	<img id="header-img" src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" />
    	<?php
    endif;

    Thanks Bro!
    Great Theme and GREAT support!

    No problem. 😉

    This may be a simple question to answer (new to WP). How can I remove the words “New Post” as well as my username, date of creation, and how many comments my post has had under the title of my post?

    Try asking on the theme’s dedicated forum: http://themes.bavotasan.com/support

Viewing 15 replies - 16 through 30 (of 48 total)
  • The topic ‘Help – Using Gridiculous Theme’ is closed to new replies.