Design Questions – Top Banner + House Graphic

ThemeBurn SupportForumsWordPress ThemesShoppica WordPress ThemeDesign Questions – Top Banner + House Graphic

This topic has been marked as not resolved.

Hi there,

Couple questions..

1. How can I shorten up the size of the blue banner up top, which shows which page a user is on?

2. How can I remove the “house” graphic from the upper navigation?

Thanks all & Sat Nam,

- Joshua

 jkopac
June 6, 2014 at 9:27 am #32232

3. How can I edit the contact us widget on the bottom? It needs to be all on one line and not 3 lines as below: https://stairpartsplus.com/main/

The size of the spacing would need to be fixed also to reflect the size change of the widget to one line.

 jkopac
June 6, 2014 at 10:16 am #32234

4. How can I add the godaddy verified & secured link / graphic to below the credit card graphics?

 jkopac
June 6, 2014 at 10:17 am #32235

Friendly bump. :)

 jkopac
June 7, 2014 at 8:17 am #32243

Hello,

1) You have to put following code into custom styles:

#breadcrumbs, #intro h1, #intro .s_slogan {
  margin-bottom: 30px;
}

#intro {
  padding-top: 30px;
}

Change 30px to the size you want.

2) You have to put following code into custom styles:
#menu_home {
display: none !important;
}

3) You cant set contact information in one line because this widget is only in one footer column.

4) Go to WP Admin -> Theme Options -> Design -> Payments and add your icon.

Best,
ThemeBurn team

June 9, 2014 at 10:25 am #32260

As for #4, I need to make the icon clickable. How can we do so?

 jkopac
June 9, 2014 at 5:30 pm #32273

https://stairpartsplus.com/main/

Also please see overlapping fonts in blue area up top now.

How can we get rid of the black one?

 jkopac
June 9, 2014 at 6:01 pm #32274

Please ignore #4, its fixed.

Just need hep with the overlapping fonts up top. One of the two fonts have to be gone, preferably the black one

 jkopac
June 9, 2014 at 6:14 pm #32275

Figured it out.

Where can I find the images for the contact us widget? I am going to put it on one line…

 jkopac
June 10, 2014 at 7:28 am #32277

Also,

2. How can I add text / icons underneath the “please login” and “cart” on the top right of the page?

3. Is there any way to make my godaddy clickable icon in the bottom right open in a new page?

4. How can I center the page titles in the blue bar?

5. How can I narrow up the white space up top between the bottom of the blue bar, and below it?

Thanks!!

 jkopac
June 11, 2014 at 12:51 am #32285

6. Product title is showing twice even with breadcrumbs turned off.

http://stairpartsplus.com/main/product/jefferson-fluted-series-8547-3-12-fluted-spade-top-newel-with-14-12-face/

 jkopac
June 11, 2014 at 8:05 pm #32294

Hello,

1) We dont see any overlapping texts on your site (What browser do you use?).

2) You have to modify header.php file.

3) Please add target="_blank" do your link.

4) Add following code to your custom styles: #intro h1 { text-align: center; }

5) Do you want intro area to touch menu navigation?

6) Please describe better the problem with the breadcrumbs.

Best,
ThemeBurn team

June 13, 2014 at 10:43 pm #32322

5. Yes intro touching menu navigation

6. See featured product with 2 titles overlapping.

 jkopac
June 13, 2014 at 10:49 pm #32323

Hello,

5) We have tried, but it is not possible intro to touch navigation because cart section is expanding the navigation.

6) Please add following code to your custom styles:
#breadcrumbs { display: none !Important; }

Best,
ThemeBurn team

June 16, 2014 at 6:37 pm #32334
Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.